We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Configuring Atmosphere Listener (markdown)
Listing AtmosphereResourceEventListener implementations is not enough. Listed Classes should extend WebSocketEventListenerAdapter, otherwise you won't enter onDisconnect(), but you will enter onSuspend().
add onClose method to AtmosphereResourceEventListener
Created Configuring Atmosphere Listener (markdown)