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
the application I'm maintaining overrides WebSocketServer.onFragment(Websocket, Framedata). The IDE marks that method as deprecated, because of this annotation:
If I read correctly the changes, WebsocketListener.onWebsocketMessageFragment() will never be called anymore and neither will WebsocketServer.onFragment()?
These changes where made since most of the users expected to receive all messages using OnMessage regardless of how the message was sent.
You're application should work without any problems by simply using OnMessage (string/bytebuffer)
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
onFragment
deprecated?Thank you for any information!
The text was updated successfully, but these errors were encountered: