Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add default timeout to initial commands (#594)
By removing infinite timeout sets the command writing to use default timeouts. There is a chance, while reconnecting, socket errors might be causing the re-subscriptions (performed by the PriorityCommandWriter) to stall. By having a timeout, we should recover from socket errors happening during re-subscriptions.
- Loading branch information