Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong context for bootstrap command (#282)
The server-side context does not get the deadline from the client. Instead it will just be cancelled when the client context is cancelled. So, instead of querying the context from the context we do not set a deadline at all on the server-side and let't the client handle this.
- Loading branch information