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 ceda312 commit e51a987Copy full SHA for e51a987
docs/messaging.rst
@@ -707,6 +707,11 @@ Message type: ``is_complete_reply``::
707
Connect
708
-------
709
710
+.. deprecated:: 5.1
711
+
712
+ connect_request/reply have not proved useful, and are considered deprecated.
713
+ Kernels are not expected to implement handlers for this message.
714
715
When a client connects to the request/reply socket of the kernel, it can issue
716
a connect request to get basic information about the kernel, such as the ports
717
the other ZeroMQ sockets are listening on. This allows clients to only have
0 commit comments