Hi all,
the application I'm maintaining overrides WebSocketServer.onFragment(Websocket, Framedata). The IDE marks that method as deprecated, because of this annotation:
- why is
onFragment deprecated?
- what should one do instead?
Thank you for any information!
Hi all,
the application I'm maintaining overrides
WebSocketServer.onFragment(Websocket, Framedata). The IDE marks that method as deprecated, because of this annotation:Java-WebSocket/src/main/java/org/java_websocket/client/WebSocketClient.java
Line 647 in 8e9c82a
onFragmentdeprecated?Thank you for any information!