stealjs / steal-socket.io

A small wrapper that lets you use socket.io on the client and server
MIT License
2 stars 3 forks source link

Doesn't work with DoneJS 0.8 #22

Closed matthewp closed 7 years ago

matthewp commented 7 years ago

The problem is that DoneJS 0.8 uses can-zone 0.5 which uses the Zone global. We changed it to CanZone in 0.6 to prevent breakage in apps that also use zone.js. steal-socket.io should support ignoring for either library.