bougarfaoui / ng-socket-io

Socket.IO module for Angular
MIT License
255 stars 57 forks source link

E2E tests fail because of Socket.IO long polling #60

Open ghost opened 6 years ago

ghost commented 6 years ago

From what I understand, Angular needs every request to be done to update his internal state and make Protractor working.

Is it possible to init the connection to Socket.io server outside of Angular Zone like suggest here:

https://github.com/angular/angular/issues/11853#issuecomment-277185526