go-zeromq / zmq4

[WIP] Pure-Go implementation of ZeroMQ-4
BSD 3-Clause "New" or "Revised" License
341 stars 56 forks source link

socket accept a new connection, will send and read the greet message,if client always not response with greet message,other client can't connect to server #131

Open afengliz opened 2 years ago

afengliz commented 2 years ago

for example: if i use the nc tool to connect the server, other client can't not connect ther server

image

you should set connection timeout for example

image