https://bz.apache.org/bugzilla/show_bug.cgi?id=57788
Konstantin Kolinko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Konstantin Kolinko <[email protected]> --- What are you trying to do here and what do you expect? Is it a real use case? (Source code =?) My expectations are that such call is expected to fail. For reference, WsSession.addMessageHandler(WsSession.java:198) method called here is [[[ @Override public void addMessageHandler(MessageHandler listener) { ]]] declared in javax.websocket.Session. Use of that method is discouraged in favor of WebSocket 1.1 methods Session.addMessageHandler(Class<T> clazz, MessageHandler.Partial<T> handler) Session.addMessageHandler(Class<T> clazz, MessageHandler.Whole<T> handler) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
