isapir/lucee-websocket

WebSocket API does not implement getChannels()

Closed this issue · 1 comments

The Wiki for the WebSocket API indicates that getChannels() returns an Array with the names of the channels to which this connection is subscribed. When calling this method from the onMessage() method of a listener, I get a not implemented error.

After installing the update for the websocket extension, Lucee didn't actually reload the extension. After restarting Lucee, getChannels() works.