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
{{ message }}
This repository was archived by the owner on Feb 12, 2020. It is now read-only.
in source code , use fsockopen() in function getSocket() in Connection.php, when read/write message.
function publish() in file nsqphp.php, loop every conn do read/write.after success, return directly. have not any do for close socket.
when connect 2 server in one request, fd will more than 1024, lead to error.