Skip to main content

remove_channel

Method
This is a method of the PushChannelProtocol class in the protocols module.
Delete a channel and unsubscribe all clients.

Signature

Parameters

str
required
No description available.

Returns

bool
True if removed, False if not found

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 1297