Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebsocketWatcher.cfc doesn't receive messages on channel #4

Open
sfeldkamp opened this issue Nov 8, 2015 · 1 comment
Open

WebsocketWatcher.cfc doesn't receive messages on channel #4

sfeldkamp opened this issue Nov 8, 2015 · 1 comment

Comments

@sfeldkamp
Copy link

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.

@sfeldkamp
Copy link
Author

It appears to me that the behavior is what you would expect when a channel is not being "watched". That is; it just echoes messages to all clients.

That said, we are abandoning use of websockets for now. If I get some free time I will try to dig into the project further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant