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
One time, get_peername returned nil (called from post_init). It was terrible. Were this C, I would just check the errno, but eventmachine only returns an unhelpful nil.
How do I get at the real error?
The text was updated successfully, but these errors were encountered:
Worse yet, I caught the nil, called close_connection, and receive_line was still called before the connection was unbound! Maybe material for a different bug.
One time, get_peername returned nil (called from post_init). It was terrible. Were this C, I would just check the errno, but eventmachine only returns an unhelpful nil.
How do I get at the real error?
The text was updated successfully, but these errors were encountered: