You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I open one zmq server and one client with PUB/SUB mode, it works well at frst. I open and close the client repeatly. Some hours later, when I open the new client, it cannot recevie any message any more, but the server is still send msg. Not any warn or error log occurs. I use the tool arthas (https://gitee.com/arthas/arthas) to debug the server :
Use followong command:
Output is combined by {params,target,returnObj}. It seems that closed client is still in the array pipes of Dist, and the new client cannot be added to pipes. So new client cannot receive any message. Has any solution?
The text was updated successfully, but these errors were encountered:
317787106
changed the title
new client cannot receive any data
New client cannot receive any data in PUB/SUB mode
May 24, 2023
I open one zmq server and one client with PUB/SUB mode, it works well at frst. I open and close the client repeatly. Some hours later, when I open the new client, it cannot recevie any message any more, but the server is still send msg. Not any warn or error log occurs. I use the tool arthas (https://gitee.com/arthas/arthas) to debug the server :
Use followong command:
Get following output:
Output is combined by {params,target,returnObj}. It seems that closed client is still in the array
pipes
of Dist, and the new client cannot be added topipes
. So new client cannot receive any message. Has any solution?The text was updated successfully, but these errors were encountered: