larry
larry
Look at this example: [GDLRawDataOutput](https://github.com/goodow/GDLiveStreaming/blob/master/GDLiveStreaming/Classes/GDLRawDataOutput.mm)
@bitjeep @tonyisid Is there any process?
/retest-required
> @juliusvonkohout yes, this pull request is enough for me to use a non-root image
Try to debug with [ReconnectBus](https://github.com/goodow/GDChannel/blob/master/Classes/generated/com/goodow/realtime/channel/impl/ReconnectBus.m#L63-L76) The java version: [ReconnectBus.send](https://github.com/goodow/realtime-channel/blob/master/src/main/java/com/goodow/realtime/channel/impl/ReconnectBus.java#L124-L137) Maybe use Xcode or Eclipse's Exception Breakpoint, then inspect which data is sending.
Very likely, just debug and inspect to find the execution workflow. if getReadyState() != State.OPEN then return silently the sending data will be lost, maybe we should log a warning...