Skip to content

Commit e51a987

Browse files
committed
deprecate connect_request/reply
1 parent ceda312 commit e51a987

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/messaging.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,11 @@ Message type: ``is_complete_reply``::
707707
Connect
708708
-------
709709

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+
710715
When a client connects to the request/reply socket of the kernel, it can issue
711716
a connect request to get basic information about the kernel, such as the ports
712717
the other ZeroMQ sockets are listening on. This allows clients to only have

0 commit comments

Comments
 (0)