WebSocket API does not implement getChannels()
Closed this issue · 1 comments
redtopia commented
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.
redtopia commented
After installing the update for the websocket extension, Lucee didn't actually reload the extension. After restarting Lucee, getChannels() works.