signals: subscribe on error changeset

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-10-22 20:48:11 +02:00
parent 3be5506885
commit f0f006e561
+5
View File
@@ -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.