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
See #69 (comment) for details. Without cancellation, it's possible for the scanner.Scan() to block indefinitely attempting to wait for more data. The loop will end when the TCP connection is closed, but this should obey normal timeout/deadline semantics.
See #69 (comment) for details. Without cancellation, it's possible for the
scanner.Scan()
to block indefinitely attempting to wait for more data. The loop will end when the TCP connection is closed, but this should obey normal timeout/deadline semantics.https://github.com/joyent/triton-go/blob/master/storage/directory.go#L65-L74
The text was updated successfully, but these errors were encountered: