jrdh / blorp-python

Client for Blorp which allows socket.io connections to be used from Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass the current session to the handlers (to save re-retrieval after touching it)

jrdh opened this issue · comments

Sessions are retrieved when any message is matched to a handler, this session should be passed to the handler, or at least made available to avoid having to re-get it from redis when it's just been got/touched.