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
The RubyUDPSocket implementation swallows exceptions that're raised. For example: line 318.
In my case I was getting Errno::ECONNREFUSED: Connection refused - send(2) exceptions raised, but I couldn't see that in JRuby. I had to switch to MRI to see it.
I'm happy to provide a patch if someone can recommend the best way to raise the exception (I don't know if there's any conventions for doing this).
The text was updated successfully, but these errors were encountered:
The RubyUDPSocket implementation swallows exceptions that're raised. For example: line 318.
In my case I was getting
Errno::ECONNREFUSED: Connection refused - send(2)
exceptions raised, but I couldn't see that in JRuby. I had to switch to MRI to see it.I'm happy to provide a patch if someone can recommend the best way to raise the exception (I don't know if there's any conventions for doing this).
The text was updated successfully, but these errors were encountered: