We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4ae90 commit 703843bCopy full SHA for 703843b
docs/server.rst
@@ -567,6 +567,11 @@ example::
567
# emit an event
568
external_sio.emit('my event', data={'foo': 'bar'}, room='my room')
569
570
+A limitation of the write-only client manager object is that it cannot receive
571
+callbacks when emitting. When the external process needs to receive callbacks,
572
+using a client to connect to the server with read and write support is a better
573
+option than a write-only client manager.
574
+
575
Debugging and Troubleshooting
576
-----------------------------
577
0 commit comments