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
@headius need this for spring to work... I can't invoke the fd, opts constructor from JRuby. I wasn't even able to do it with getDeclaredConstructor (maybe some derp), but I finally managed to totally hack it with getDeclaredConstructors. So I know in fact it will work (tested it), just need to expose it to JRuby and use it for UNIXSocket.for_fd. I think UNIXSocket.for_fd is returning something right now, but it's not correct as it doesn't work.
For jruby/jruby#940, we need a factory method or constructor method exposed that can take an existing fd.
The text was updated successfully, but these errors were encountered: