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
Exception in thread "main" java.lang.UnsupportedOperationException: Not supported
at java.base/sun.nio.ch.SocketChannelImpl.socket(SocketChannelImpl.java:233)
at com.github.moaxcp.x11.x11client.X11Connection.connect(X11Connection.java:118)
at com.github.moaxcp.x11.x11client.X11Connection.connect(X11Connection.java:145)
at com.github.moaxcp.x11.x11client.X11Client.connect(X11Client.java:83)
I'm switching back to junixsocket but it uses a multi-release jar which is not supported by delombok. So I have to remove lombok from the x11-client module and release 0.18.2.
To reproduce
The text was updated successfully, but these errors were encountered: