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
It appears that the listening side for the response is not closing properly (i.e. quickly). Need to test to verify but it appears that the listening loop runs for the entire timeout setting instead of using that to break the loop if a response takes too long.
The text was updated successfully, but these errors were encountered:
Just to update the issue was in the actual stream_select() having a too high of a timeout so it did not move on fast enough. Also fixed the loop to run for a max of timeout (default 4 seconds).
Please post a new issue if you run into problems with server information not coming back. Might need to tweak the tv_usec value some still. Might make it an option.
It appears that the listening side for the response is not closing properly (i.e. quickly). Need to test to verify but it appears that the listening loop runs for the entire timeout setting instead of using that to break the loop if a response takes too long.
The text was updated successfully, but these errors were encountered: