Closed RezaErfani67 closed 2 years ago
could you add custome options for io like {path:'/subdir/socket.io'} and etc
this.socket = io(this.socketURL, { -------custome options------- });
Yes, the default options are ... { rejectUnauthorized: false, transports: ['websocket'] } which works with the existing lobby code. We can add a new ioOptions param with this as the default.
Added in 3.0.1
could you add custome options for io like {path:'/subdir/socket.io'} and etc