-
Missing docstring.

Missing docstring for ChannelClient. Check Documenter's build log for details.

Missing docstring.

Missing docstring for ChannelMessage. Check Documenter's build log for details.

Missing docstring.

Missing docstring for clients. Check Documenter's build log for details.

Missing docstring.

Missing docstring for subscriptions. Check Documenter's build log for details.

Missing docstring.

Missing docstring for websockets. Check Documenter's build log for details.

Missing docstring.

Missing docstring for channels. Check Documenter's build log for details.

source
source

Subscribes a web socket client ws to channel.

source

Unsubscribes a web socket client ws from channel.

source

Unsubscribes a web socket client ws from all the channels.

source
Missing docstring.

Missing docstring for unsubscribe_disconnected_clients. Check Documenter's build log for details.

Adds a new subscription for client to channel.

source

Removes the subscription of client to channel.

source

Removes all subscriptions of client.

source

Pushes msg (and payload) to all the clients subscribed to the channels in channels.

source

Pushes msg (and payload) to all the clients subscribed to all the channels.

source

Pushes msg (and payload) to channel.

source

Writes msg to web socket for client.

source