chrisenytc / ng-socket

Angular Module for Socket.io
MIT License
49 stars 18 forks source link

Coonect after Authentication #10

Open coommark opened 9 years ago

coommark commented 9 years ago

Please is there a way to delay connection till after authentication so that I can attach a query token to the connection? And conversely too, to disconnect after logout?

Thanks