lucee-websocket icon indicating copy to clipboard operation
lucee-websocket copied to clipboard

The remote endpoint was in state [TEXT_FULL_WRITING] which is an invalid state for called method

Open psarin opened this issue 4 years ago • 0 comments

Getting the above error after lucee websockets has been running for a while and/or a large number of messages are passed through. The closest thing I could find is the following, where they recommend using wsSession.getAsyncRemote().sendObject(message) rather than wsSession.getBasicRemote().sendObject(message)

https://stackoverflow.com/questions/65269411/websocket-closes-with-protocol-error-1002

psarin avatar Jan 12 '22 22:01 psarin