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

Two-way communication? #12

Open
stuartlangridge opened this issue Apr 13, 2023 · 0 comments
Open

Two-way communication? #12

stuartlangridge opened this issue Apr 13, 2023 · 0 comments

Comments

@stuartlangridge
Copy link

I've deployed my own back end, and am using the demo to chat between two clients (in separate browsers). Call them client A and client B. I can successfully register identities for A and B, and A can search for B by number and find them, and B can search for A by number and find them, and the "other" party is notified of the new session correctly. However, chat messages only seem to go "one way": if A searches for B by number and then creates a session, messages sent from A to B in that session arrive fine, but messages sent from B to A do not arrive; B gets an error message like No record for device identityB when sending a message. Is this what's supposed to happen? (That is: if I want A and B to chat, am I meant to create two sessions, an A-to-B session and a B-to-A session?) If not, is something happening to incorrectly register the "second" party in the session?

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

No branches or pull requests

1 participant