Open yozef opened 6 years ago
@yozef did you find a way around this?
I haven't.
I solved a very similar issue changing new WebSocket("wss://api.domain.com", "*", "wsservice")
for new WebSocket("wss://api.domain.com", "", "wsservice")
("*"
to ""
)
I would like to connect to a websocket server (Autobahn), and then subscribe to a channel.
When I use this lib:
However when I try to connect, I get the following error: