isapir / lucee-websocket

Enables server WebSockets for Lucee via JSR-356 compliant servlet containers (e.g. Tomcat 8, Jetty 9.1, etc.)
GNU Lesser General Public License v2.1
17 stars 6 forks source link

websocket.close fails when client's underlying session is removed from session storage #24

Open dwkd opened 3 years ago

dwkd commented 3 years ago

I am trying to have the server broadcast to a channel but before that, close all websockets of users who's web portal session has timed out.

I have the following steps: