joshmarshall/tornadorpc

How much concurrency support?

Opened this issue · 1 comments

if use block module of python, tornadorpc is block ?

ly0 commented

Concurrent may be a problem.
Refer: https://github.com/joshmarshall/tornadorpc/blob/master/tornadorpc/json.py#L122

the JSONRPCParser object maintains some status of a certain connection, if a new connection arrives, it will cover the last the connection status, so, it will raise a race issue.