You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stale FtlClient relay connections may still exist even after a channel subscription is removed, causing the Edge node to potentially send extra unsubscribe events.
Stale FtlClient relay connections may still exist even after a channel subscription is removed, causing the Edge node to potentially send extra unsubscribe events.
See here:
janus-ftl-plugin/src/JanusFtl.cpp
Line 765 in 9315b8b
Solution: Edge needs to keep track of its subscriptions, and not just unsubscribe/subscribe based on active streams
The text was updated successfully, but these errors were encountered: