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 API does not implement getPathParameters() #2

Closed redtopia closed 7 years ago

redtopia commented 7 years ago

In the onMessage(websocket, message, sessionScope, applicationScope) method of a listener component, calling arguments.websocket.getPathParameters() causes the exception: getPathParameters() is not implemented

redtopia commented 7 years ago

After installing the Lucee Websocket Extension update, Lucee didn't actually load the new version of the extension. After restarting Lucee, it worked.