saltyrtc / saltyrtc-server-python

SaltyRTC signalling server implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Race condition when 'new-initiator' is enqueued

lgrahl opened this issue · comments

commented

Create all coroutines at once and await asyncio.gather(...) when an initiator connects and the 'new-initiator' message is being enqueued.

commented

This has been resolved by e478a64