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

When user kills the app, the 2nd user screen freezes and takes too much time to be aware of the connection disconnect #699

Open
elie-chaaban opened this issue Oct 24, 2023 · 14 comments

Comments

@elie-chaaban
Copy link

Please post usage questions or broader discussions on StackOverflow.


For feature requests, please fill out the feature request template


For bug reports, please fill out the bug report issue template

@rhainer
Copy link

rhainer commented Oct 24, 2023

How much time do you consider too much time and why? Keeping the 2nd user around for a while makes for a cleaner reconnection experience should the first user come back to the session.

@elie-chaaban
Copy link
Author

It takes more than 40 seconds which is too much no?

@elie-chaaban
Copy link
Author

okay makes sense but how can I show the user is disconnected? sessionDisconnected is fired even if stream is destroyed or session is destroyed

@elie-chaaban
Copy link
Author

@rhainer let me know plz

@ticovix
Copy link

ticovix commented Oct 24, 2023

I'm the same issue. Moreover, I receive "streamDestroy" that breaks the publisher of the second user.

@vona-ben
Copy link
Collaborator

vona-ben commented Oct 25, 2023

Hi @ticovix @elie-chaaban,
Related to: #686
Which version are you using? We have deployed a fix in 2.26.0 regarding socket disconnection.

@elie-chaaban
Copy link
Author

I m u sing the latest

@elie-chaaban
Copy link
Author

I want to have like an event to show the other user that the user is disconnected.

The freeze btw only happens if I kill the app directly

@vona-ben
Copy link
Collaborator

vona-ben commented Oct 25, 2023

Actually, that's expected. We have a reconnection feature. If you don't leave the session properly by calling session.disconnect method before leaving the session, the connection will be destroyed only after 30 seconds. This delay is in place in case the user reconnects to the session during that time.

@elie-chaaban
Copy link
Author

Yeah I don't call this at all, how can I show the user that the other is disconnected and stop the video freeze. If I use session disconnected, this event is even called when I end the call after stream destoyed or session destroyed.

On whatsapp when I kill the app, the other has the call directly disconnected. I dont mind the 30 secs if I can catch this to show the user

@cnx-caiobarroso
Copy link

@elie-chaaban are you using version 2.26.0+ ? I'm using 2.25.2 and my crashlytics logs shows a bunch of connection error related crashes..

@cnx-caiobarroso
Copy link

@vona-ben does the 2.26.X versions fix this connection error?

otk_peer_connection_manager::collect_garbage()

@elie-chaaban
Copy link
Author

I use the latest release

@je7ov
Copy link

je7ov commented Jun 4, 2024

@vona-ben I'm not seeing session.disconnect anywhere in the docs for react-native SDK https://www.tokbox.com/developer/sdks/react-native/reference/OTSession.html

The only reference I see to disconnecting is this

To disconnect the session, unmount the OTSession component

but just unmounting and disconnecting this way causes the other user to see a frozen frame for way too long. Is there a way to explicitly disconnect from the session with react-native? I see all the other SDKs in the docs have disconnect functions available.

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

No branches or pull requests

7 participants