Websocket help #422
-
Hi! I'm a bit new to this program. I'm not sure if I'm understanding the feature correctly, but I was interested in the websocket functionality. My websocket server is at 192.168.1.195 on port 6677. Normally the way I write/connect to that is ws://192.168.1.195:6677. I noticed that the program default text has it as wss:// but even when changing it to wss://192.168.1.195:6677 it doesn't seem to do anything (no active connection) Omitting the port seemingly does something (it changes to: no text received), but it doesn't actually pick up anything from my websocket server. My questions are thus: Is there a way to specify the port or is there a default port the program uses that I should be running my websocket server on for this app? Or am I misunderstanding the functions of this app Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I managed to figure it out on my own. Turns out ws://192.168.1.195:6677 works (I was using wss:// since that what is suggested) Sorry about the clutter |
Beta Was this translation helpful? Give feedback.
I managed to figure it out on my own. Turns out ws://192.168.1.195:6677 works (I was using wss:// since that what is suggested) Sorry about the clutter