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
I have discovered this a long time ago, and can't remember specifics. But I guess that you can just try instantiating a UNIXServer and settings :rw on it, and see if it works.
ioquatix
changed the title
(JRUBY) Getting "mode not supported for this object: rw" for UNIXServer instances
Getting "mode not supported for this object: rw" for UNIXServer instances
Jan 9, 2019
I can't seem to monitor unix servers in jruby (using JRuby 9.1.13.0 btw). I'm getting the following error:
It might be that nio4r just doesn't work with unix sockets in jruby, but I still had to ask, as they're selectable in JRuby using
IO.select
.The text was updated successfully, but these errors were encountered: