Added a forgotten argument to the __init__() call in finishConnect(). This
should seal the concurrency bug: the map was being set to None, resulting in potentially two threads servicing the same queue and making it impossible to reliably create a ClientStorage once the main loop is running.
Showing
Please register or sign in to comment