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
That seems to indicate that you have Read's on data reader running after Data completes which is not supported. I think we should update documentation to explicitly mention this.
Running an SMTP server with race detection (
go run -race
) showed a potential race condition in:go-smtp/data.go
Line 67 in 30169ac
and
go-smtp/data.go
Line 143 in 30169ac
and
go-smtp/conn.go
Line 653 in 30169ac
The text was updated successfully, but these errors were encountered: