Browse Source

Removed incorrect reference to multiple callback invocations (Fixes #1152)

pull/1155/head
Miguel Grinberg 2 years ago
parent
commit
c4117fd651
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 3
      docs/server.rst

3
docs/server.rst

@ -275,8 +275,7 @@ optional ``callback`` argument that can be set to a callable. If this
argument is given, the callable will be invoked after the client has processed
the event, and any values returned by the client will be passed as arguments
to this function. Using callback functions when broadcasting to multiple
clients is not recommended, as the callback function will be invoked once for
each client that received the message.
clients is currently not supported.
Namespaces
----------

Loading…
Cancel
Save