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
{{ message }}
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
Something I noticed earlier: the permissions manager will handle multiple channels, but it doesn't handle multistreams. Duplicates of the same message id are discarded, which means only the first socket that receives the message will have its permissions reflected.
The only solution that comes to mind is to set up a multistream detector that hooks into the permissions manager to cycle through any streams in a multistream, expressing the combined permissions.
Something I noticed earlier: the permissions manager will handle multiple channels, but it doesn't handle multistreams. Duplicates of the same message id are discarded, which means only the first socket that receives the message will have its permissions reflected.
The only solution that comes to mind is to set up a multistream detector that hooks into the permissions manager to cycle through any streams in a multistream, expressing the combined permissions.
What are your thoughts?