Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(zeebe): waitForReady deadline not miliseconds, but date (#148)
"waitForReady" was called with a deadline of 10000 milliseconds. But the method 'watchConnectivityState' used by 'waitForReady', wants a deadline date. So this fix is to set the deadline date at now + 10s
- Loading branch information