Closed Dieterbe closed 11 years ago
Hmm... msgpack-rpc-python client is based on tornado. You don't want to import tornado symbols in user code space?
hmm i guess i was mistaken then. i thought the client doesn't really execute in tornado because the app can run as a regular app (not in tornado), but my understanding could be all wrong.
Okay, closed this issue,
maybe i'm missing something, but when using the client, tornado shouldn't be needed right? right now msgpackrpc/init.py imports Loop which imports the tornado loop, which is a little annoying.