Closed johndbritton closed 3 years ago
When checking in the last reference to a connection from a specific thread, the @key_count variable is left lingering on the thread with a value of 1.
@key_count
1
It doesn't cause a bug, but it pollutes the namespace with data that is unused and incorrect.
cc/ @audthecodewitch
thanks!
When checking in the last reference to a connection from a specific thread, the
@key_count
variable is left lingering on the thread with a value of1
.It doesn't cause a bug, but it pollutes the namespace with data that is unused and incorrect.
cc/ @audthecodewitch