-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
You can't have more than two connections to the "shouldShare" channel.
Quoting the current behavior from the documentation:
Note that currently it is not possible to have multiple connections to the main stream from the same client. If you try to do so, the Future returned by this method will not complete.
This is an inconvenient and confusing behavior for a library. It is expected that the implementation will make the connection the first time and reuse it for the second and subsequent connections.
Unresolved questions
- Where to implement:
misskey-websocket: Almost looks good, but feel like the obligation (to duplicate the connection) is misplacedmisskey-util: We may need to stop using the extension trait, which is undesirable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request