doc/protocol.rst: document max number of subscriptions

This commit is contained in:
naglis 2024-02-18 12:42:51 +02:00
parent 9eb26ab90c
commit 9292b39cf5
1 changed files with 2 additions and 1 deletions

View File

@ -1764,7 +1764,8 @@ Client to client
Clients can communicate with each others over "channels". A Clients can communicate with each others over "channels". A
channel is created by a client subscribing to it. More than channel is created by a client subscribing to it. More than
one client can be subscribed to a channel at a time; all of one client can be subscribed to a channel at a time; all of
them will receive the messages which get sent to it. them will receive the messages which get sent to it. A client
can be subscribed to up to 16 channels simultaneously.
Each time a client subscribes or unsubscribes, the global idle Each time a client subscribes or unsubscribes, the global idle
event ``subscription`` is generated. In event ``subscription`` is generated. In