can we use URI as like this : wss://xxxxx-xxxxx.xxxx.com/websocket
For a deeper look into our Elektron API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
can we use URI as like this : wss://xxxxx-xxxxx.xxxx.com/websocket
@chathuranga.venusit The websocket URL is of format: ws:/hostname:port/WebSocket. (Note the case in WebSocket)
If the port is not specified, wss will try to connect to default SSL port 443 - which is not the usual listening port for websocket service.