stream-video-android
stream-video-android copied to clipboard
Custom Event Listening Has Bugs On Net Fluctuations
Describe the bug Event listening fails or stops if turned off the net and turned on although call resumes and work perfectly (Inside room).
Code snippets: call.events .collectLatest { event ->
Log.d("MyActivity","$event")
}
SDK version
- 1.6.2
To Reproduce Steps to reproduce the behavior:
- Open a room
- start listening to custom events
- join another user
- host - turn off and on the net (Everything will work even Event sending too but)
- Host won't be able to listen to events triggers anymore.
Expected behavior On Internet Availability, Users should resume listening to events.
Device:
- All Android
Hi there,
Thanks for the report. Do you maybe see this log when the error happens:
Failed to emit event to observers: [event: // Event data]
The log tag is Call:$type:$id
Regards, Alex
No Alex, nothing like this is logged.
Any update?