SocketIOSharp
SocketIOSharp copied to clipboard
How to put hostname to use my domain
I'm using SocketIOSharp.Server and I can't find a way to use my local machine's address 192.168.1.104, how do I use my hostname or domain?
Help here please
SocketIOServer server = new SocketIOServer(new SocketIOServerOption(9001));