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
@chenfeisoft this is by design. The goroutine calling Read() polls continuously (CPU spin wait) to check if data is available or not. The queue is optimized for lowest possible latency.
cpu 100% even no data is processing
The text was updated successfully, but these errors were encountered: