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
@liliang8858, this library creates itself only two internal goroutines.
It seems there are many goroutines using WriteRecord in the test app. How many?
There is a main goroutine sending data to a server using a single connection. If this goroutine does not manage to send data quickly other routines must wait. You have to balance the number of writing goroutines.
You can use multiple clients to write using multiple connections.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
How to reduce Goroutine
Actual behavior:
Goroutine sustained growth
Specifications:
The text was updated successfully, but these errors were encountered: