Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Use a copy of auth data when reconnecting
It is possible to race between processing a new addAuth request(which updates the client.auth_data set) and iterating through it during reconnect. To avoid set changes during iteration, make a copy.
- Loading branch information