-
Notifications
You must be signed in to change notification settings - Fork 92
BUG - Socket class is undefined #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
After digging into the problem, it seems like the provider offered by this package is broken.
|
provideSocketIo is not working, should use old module instead |
this should be flagged as bug |
you can use the workaround i posted. Really simple. |
This issue is stale because it has been open for 30 days with no activity. |
Not stale. . .. this bug is critical yet unresolved |
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
When I use the provideSocketIo provider instead of the Angular Module forRoot import, i get Socket is undefined when doing any type of operation on the
socket
class ofngx-socket-io
.-- app.config.ts
-- app.component.ts
-- chat.service.ts
The text was updated successfully, but these errors were encountered: