1. Are you opening this pull request for bug-fixes, optimizations or new feature?
bug fix
2. Please describe how these code changes achieve your intention.
There is a small chance that a connection reading data and writing data at the same time triggers el.close, resulting in concurrent read and write the connMatrix map.
1. Are you opening this pull request for bug-fixes, optimizations or new feature?
bug fix
2. Please describe how these code changes achieve your intention.
There is a small chance that a connection reading data and writing data at the same time triggers el.close, resulting in concurrent read and write the connMatrix map.
3. Please link to the relevant issues (if any).
fixes #632
4. Which documentation changes (if any) need to be made/updated because of this PR?
4. Checklist