From c4117fd6514374042127ab05f1f2d8d221fcf60d Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 13 Mar 2023 14:25:59 +0000 Subject: [PATCH] Removed incorrect reference to multiple callback invocations (Fixes #1152) --- docs/server.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/server.rst b/docs/server.rst index 8172572..7cf1780 100644 --- a/docs/server.rst +++ b/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 ----------