mslosarz / nextrtc-signaling-server

NextRTC is simple WebRTC signaling server written in java. It provides signal exchange and easy to integrate API
http://nextrtc.org
MIT License
187 stars 60 forks source link

Lost signals #16

Closed ddertoni closed 7 years ago

ddertoni commented 7 years ago

I found a problem where some messages (offerRequest most of the time) weren't delivered. The solution we found here is to call getRemotePeer().flushBatch() on the method send() in class InternalMessage. Now, it works every time.

mslosarz commented 7 years ago

Could you please prepare pull rq for that change - you'll get in avenue of nextRTC stars :D (thank you very much for help, I wasn't able to find this issue for more than half of year :D)