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
We do not wait for server/IPFIX collector when exporting process making a connection. We should probably do this connection in a goroutine and have a time out to fail.
In addition, if there is a connection reset, we should try connecting to collector again. This will be helpful in closing the connection gracefully with a timeout.
The text was updated successfully, but these errors were encountered:
We do not wait for server/IPFIX collector when exporting process making a connection. We should probably do this connection in a goroutine and have a time out to fail.
In addition, if there is a connection reset, we should try connecting to collector again. This will be helpful in closing the connection gracefully with a timeout.
The text was updated successfully, but these errors were encountered: