socket.io-python icon indicating copy to clipboard operation
socket.io-python copied to clipboard

Various fixes and improvements to robustness

Open MaddieM4 opened this issue 14 years ago • 3 comments

I'm using your library in a program that has to do a bunch of stuff other than Socket.IO hosting at the same time, and I made some changes to get it to work. Plus a bit of error handling from when I had the wrong version of node installed, and the errors were hijacking the whole process. I figured these fixes would be useful to the general public as well, so I'm putting them here. Be sure to test it out on your own machine first to make sure they don't just work on mine (certainly a possibility).

MaddieM4 avatar Dec 23 '11 19:12 MaddieM4

I'm sorry but I can't seem to get this working. I think socket.io changed their API again so the library and tests are no longer valid. I'm glad you found this useful but I'm considering this project a failed experiment at this point.

evanw avatar Jan 10 '12 19:01 evanw

It works for me, but only with certain versions of Socket.IO and Node.JS. Do you mind if I continue to maintain my repository for the project, and maybe bring it up to date with the new API?

MaddieM4 avatar Jan 11 '12 22:01 MaddieM4

Sure, I would be glad to know when you bring it up to date with the current socket.io API.

evanw avatar Jan 12 '12 00:01 evanw