zux

Results 7 comments of zux

Change the source code as follows: ``` // client.go line : 66 func (c *Client) Connect() error { dialer := engineio.Dialer{ Transports: []transport.Transport{polling.Default}, } + if len(c.opts.Transports) > 0 {...

@kimbuba Hi friend. I forked and made some modifications today. I can connect to the remote server normally, and the ping pong is normal. There is just a problem, the...

![QQ截图20240313225338](https://github.com/googollee/go-socket.io/assets/17402893/68d539ec-1603-4e6a-87b1-f8461cf18efa)

You can take a look at my code and I will test it myself to see if it works properly #633

Or other implementation methods? ``` jwt: JwtInterface exception: ExceptionInterface constructor( ... serviceOrString: JwtInterface | string, exception?: ExceptionInterface ) ```

Upon careful examination, it was discovered that this is a significant code change. 😱