Skip to content

Commit c4117fd

Browse files
Removed incorrect reference to multiple callback invocations (Fixes #1152)
1 parent 8c747ab commit c4117fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/server.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@ optional ``callback`` argument that can be set to a callable. If this
275275
argument is given, the callable will be invoked after the client has processed
276276
the event, and any values returned by the client will be passed as arguments
277277
to this function. Using callback functions when broadcasting to multiple
278-
clients is not recommended, as the callback function will be invoked once for
279-
each client that received the message.
278+
clients is currently not supported.
280279

281280
Namespaces
282281
----------

0 commit comments

Comments
 (0)