Vincent Brison

Results 12 comments of Vincent Brison

Using 1.1.3, the same issue still appears to occur, if the connection of the client totally fails. It looks like the `RTCEngince` `connectionState` is set to `DISCONNECTED` in this case,...

Of course, here is a log with the following sequence: - Connecting to a room - Connected - Airplane mode on, reconnecting, then disconnected - Airplane mode off, connected -...

> if it has fired Disconnected, it will not resume automatically reconnecting. It does not fire `RoomEvent.Disconnected` though, as it seems only disconnected at `RTCEngine` level. From `RoomEvent` perspective it...

Here the same sequence using `LiveKit.loggingLevel = LoggingLevel.VERBOSE`, `LiveKit.enableWebRTCLogging = true` and logcat filter `(RTCModule|SignalClient|SubscriberTransportObserver|RTCEngine|PublisherTransportObserver)` [log.txt](https://github.com/livekit/client-sdk-android/files/9605721/log.txt)

Thanks for the PR. This could be a great feature. I will look into it and we could discuss about it. Le 3 mai 2017 9:36 AM, "blazeroni" a écrit...

Hello, is this something you may address in the futur? Thanks!

Thanks for your quick response, that is good to know! I did take a look, but I have limited knowledge in implementing custom Observable, so I am not sure to...

Thanks for giving this feedback :). This is not a blocking issue, since we could avoid it using error handling operators on side effects. From what I see, the issue...

> This is a big problem for us. We want to run gh runner in docker to easier scaling and isolation. But we need to also run services for tests....