You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also able to add a WebSocket Driver Event Gateway. The WebsocketWatcher.cfc is instantiated successfully when the server starts, and does have a wsEndpoint java object instantiated. It does start running and it does not stop.
However, it never receives any messages from the wsEndpoint java object while it is running.
Not from the echo test client, not from sendGatewayMessage() and not from instantiating the wsEndpoint java class and calling sendMessage() on it.
Any ideas as to what could be going on?
The channel it is configured to watch is "statusboard".
The channel the echo test is running on is "ws://server:port/wsEndpoint/statusboard" where server is my domain name and port is my tomcat webserver port.
The text was updated successfully, but these errors were encountered:
Using http://www.websocket.org/echo.html I am able to send and receive an echo messages on a channel for my lucee instance.
I am also able to add a WebSocket Driver Event Gateway. The WebsocketWatcher.cfc is instantiated successfully when the server starts, and does have a wsEndpoint java object instantiated. It does start running and it does not stop.
However, it never receives any messages from the wsEndpoint java object while it is running.
Not from the echo test client, not from sendGatewayMessage() and not from instantiating the wsEndpoint java class and calling sendMessage() on it.
Any ideas as to what could be going on?
The channel it is configured to watch is "statusboard".
The channel the echo test is running on is "ws://server:port/wsEndpoint/statusboard" where server is my domain name and port is my tomcat webserver port.
The text was updated successfully, but these errors were encountered: