I am fairly new to WebSockets, but have been using ColdFusion and Delphi for years.
I have a working ColdFusion WebSocket server, and I'm attempting to connect to it using a DoR client. It seems it connects to the server OK, but messages are not sent or received. As I understand WebSockets, I need to subscribe to a channel before messages can be exchanged, but I don't see "subscribe" or "channel" anywhere in the DoR documentation or code.
How do I subscribe to a channel using DoR?
Thank you!
Alan