zux
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...

You can take a look at my code and I will test it myself to see if it works properly #633
@fullgukbap v1.8.0-rc.1
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. 😱