diff --git a/.changeset/quiet-singers-pick.md b/.changeset/quiet-singers-pick.md new file mode 100644 index 0000000000..cc66db1bcd --- /dev/null +++ b/.changeset/quiet-singers-pick.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-signals': patch +--- + +Fixes a bug where the `SignalClient` would try to subscribe to the same channel twice after an error, instead of just once.