jbillmann / GarageServer.IO

A simple, lightweight, HTML multiplayer game server (and client) for Node.js
MIT License
181 stars 29 forks source link

breaks with socket.io > 1.4 #28

Closed chrisid closed 8 years ago

chrisid commented 8 years ago

firts of all, I am loving your library, thanks for sharing this.

I am using socket.io@1.3.7 and all is good. but when updated to 1.4.4 it stops working, seems like a namespace issue

Lyian commented 8 years ago

Can confirm this bug! Since I will dig through the code, I will provide an fix here if I can update the library.

jbillmann commented 8 years ago

Thanks - I've been meaning to apply the latest 'round of updates. I'll look to do so soon and keep you posted.

Lyian commented 8 years ago

Awesome, Thanks!