Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure -sync commands are not stalled on disconnection
This introduces a new variable `activity` which is set everytime a readEvent occurs. A read event might be cause by a disconnection, in which case resultsCache is not changed and a synchronous client would otherwise stall forever while waiting to retrieve a result.
- Loading branch information