Franco Rabaglia
Franco Rabaglia
Actually i'm upgrading to pomelo 2.2.5 to avoid: https://github.com/NetEase/pomelo/issues/903 And i find myself in this issue... Did someone avoid this?
Is there any plan to update this client to a newer version of socket.io? Currently trying to use with [email protected] wich uses [email protected]
@chilzyj @mhle @boynedmaster hi guys, did you find a solution? Wich version of pomelo are you using? Socket.io is very version dependent, and the problem could be there. I'm asking...
Thanks for your quick response @boynedmaster. You still using pomelo for WebSocketSharp? Wich version of both?
Oh, sorry i mixed up with another WebSockets lib of NetEase, and Pomelo is a GameServer of NetEase. What kind of solution did you implemented server side @boynedmaster ?
If you connect [email protected] from a Webclient wich works using socket.io0.9, you response like: `error: "Transport unknown" ` And the application server, pomelo, doesn't knows about this request. If you...