msgpack-rpc / msgpack-rpc-python

MessagePack RPC implementation for Python
205 stars 72 forks source link

add closing protection for Session #7

Open huangwei1024 opened 9 years ago

huangwei1024 commented 9 years ago

when Session.on_connect_failed was called, if other request come in, the Session._request_table will be raise RuntimeError('dictionay be changed')