Skip to content
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

Messages Not Emitting from Current Device in Real-Time Chat #395

Open
kvn-DN opened this issue Oct 16, 2024 · 0 comments
Open

Messages Not Emitting from Current Device in Real-Time Chat #395

kvn-DN opened this issue Oct 16, 2024 · 0 comments
Labels

Comments

@kvn-DN
Copy link

kvn-DN commented Oct 16, 2024

Frontend: Flutter (using socket_io_client ^3.0.0)
Backend: Node.js (using socket.io ^4.8.0)

I'm implementing real-time messaging in chat rooms.

When I send a message from my device, it gets stored in the database, but the socket doesn't pick it up. However, when another user sends a message, my device is able to receive it in real-time.

What could be causing this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants