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
I have some trouble to understand this comment: “Multiple readers makes problem, which can delay writing response”
Why multi UDPReadWorkers Goroutine can delay writing response?
The text was updated successfully, but these errors were encountered:
Hi @yushimeng
As we are dealing with single udp connection, lot of writters try to send data over same connection. With my testing adding more readers will not improve (they do parsing + fork btw) and we can just block more writing side. This is still left as option so UDPReadWorkers variable could be used to increase and recheck.
I have some trouble to understand this comment:
“Multiple readers makes problem, which can delay writing response”
Why multi UDPReadWorkers Goroutine can delay writing response?
The text was updated successfully, but these errors were encountered: