crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 274 forks source link

Unsubscribe forwarded events on remote disconnect #1919

Closed om26er closed 2 years ago

om26er commented 2 years ago

When remote leg disconnects, make sure to unsubscribe all active subscriptions on local leg.

Fixes https://github.com/crossbario/crossbar/issues/1916

oberstet commented 2 years ago

fwiw, I'm slightly worried that our current approach of modifying the code in response to problems identified in adhoc, random tests, and without adding both "positive, supposed to work" and CI/unit/regression tests isn't sustainable ...