You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All connections has GC of input buffer, and step counter is static now.
It breaks multithreaded scenarios since several connections can be use
concurrently from several threads, so let's move the GC step counter
right to `Connection` class.
Part of #110
0 commit comments