Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: tests reconnect_stop_after_disconnect failed
Solution: this test failed because "_disconnected" is not initialized in constructor, and the behavior of reconnect will not be as designed when "_disconnected" is randomly assigned to true. So we specify it as false in initialize list to solve this problem.
- Loading branch information