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
client [REQ] : written in php
server[ROUTER]: written in C
when i called disconnect() in the client ,it returned true. but the system socket handle is still ESTABLISHED there after the command of 'netstat', only when i restart the Apache server the socket turned TIME_WAIT.
The text was updated successfully, but these errors were encountered:
Can you provide some code? If I'm not mistaken, disconnect() is asynchronous in ZMQ. However if you can provide some reproduction code, I would be more than happy to run it and to help out if possible.
if run command "netstat -anlp | grep 7777" the socket is still ESTABLISHED, and it can be closed when we stop 'php-fpm'. Actually what i want to do is destroy the socket and re-connect to the server.
version:
zeromq: 4.0.5
php-zmq: 1.1.2
client [REQ] : written in php
server[ROUTER]: written in C
when i called disconnect() in the client ,it returned true. but the system socket handle is still ESTABLISHED there after the command of 'netstat', only when i restart the Apache server the socket turned TIME_WAIT.
The text was updated successfully, but these errors were encountered: