Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't call OnConnectFailed when failed to connect during shutdown (op…
…en-telemetry#113) Fixes open-telemetry#111 Once `Stop()` is called on the websocket client we don't call `OnConnectFailed` handler if a dial fails. Tested this fix on a system that was repeatedly showing the `OnConnectFailed` handler called during shutdown.
- Loading branch information