Charlie Niekirk
Charlie Niekirk
I'm attempting to assert state changes when a certain intent is invoked. This is my relevant testing code: ```kotlin private val getCryptoAssetsUseCase = mockk() private val testCoroutineDispatcher = StandardTestDispatcher() private...
I can easily play RTMP streams using ExoPlayer and the extension, but not sure how to go about just downloading the Livestream to disk. Any help would be great!
I'm using: `AndroidLifecycle.ofLifecycleOwnerForeground(application, activity, THROTTLE_TIMEOUT)` as my lifecycle and passing this into scarlet via `::lifecycle()` builder method. However, when my activity is paused/stopped scarlet continues to attempt reconnection. Is there...
I'm trying to emulate socket.emit with this library and I'm not really sure how to do that? Is communicating with a SocketIO server supported?