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
In Java 17+, the implementation of sockets has changed fundamentally; therefore, the current approach does not work anymore. In #84, Listener was adjusted to degrade gracefully if the expected fields in SocketImpl are not available. Socket support likely needs a complete rewrite for Java 17+.
Upstream changes
No response
The text was updated successfully, but these errors were encountered:
What feature do you want to see added?
In Java 17+, the implementation of sockets has changed fundamentally; therefore, the current approach does not work anymore. In #84,
Listener
was adjusted to degrade gracefully if the expected fields inSocketImpl
are not available. Socket support likely needs a complete rewrite for Java 17+.Upstream changes
No response
The text was updated successfully, but these errors were encountered: