-
Notifications
You must be signed in to change notification settings - Fork 2
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
onMessage listener is not always being triggered onMessage from the web app which is also using react connectycube chat #97
Comments
Could you provide a snippet how you send a message from Web |
The message sent is from the connectycube chat web sample i changed nothing ,only the app config credentials so that i could connect to my connectycube app |
Ok then let's do the following at RN side: 1 - enable logs
2 - send a message from Web. then collect ALL SDK logs at RN side and share here |
Yes sir. Danke |
Here are the logs : [Request][1] POST https://api.connectycube.com/session.json {type: "POST", url: "https://api.connectycube.com/session.json", data: {…}} |
i am calling setUpListeners on the didMount of the stack that will be holding all the dialogs and chats altho it doesnt seem to be triggered, it gets triggered sometimes when i disconnect programmatically the alerts appear
The text was updated successfully, but these errors were encountered: