My code ran into this line and exception throws ""KeyError: None"". https://github.com/miguelgrinberg/python-socketio/blob/a813bde0626c16fe693db74cbc2ea7c331a177d3/src/socketio/base_manager.py#L120 Could someone help explaining why using "None" as the key?
My code ran into this line and exception throws ""KeyError: None"".
python-socketio/src/socketio/base_manager.py
Line 120 in a813bde
Could someone help explaining why using "None" as the key?