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
OK Fixed. You need to create your own WebSocketProcessor's handshake method. Just annotate your implementation with @WebSocketProcessorService and Atmosphere will install it. Please make sure you read the javadoc as some container may not behave properly.
I want to be able to close a websocket after a AtmosphereInterceptor calls AtomsphereResource.close();
Currently the websocket is closed, but the client still gets a 101 upgrade
The text was updated successfully, but these errors were encountered: