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
go get github.com/mbucc/vufs
cd src/github.com/mbucc/vufs
git checkout 78465d11fd6dc0a858b701184d920c64d77429d0
go test -race -run TestServer
The text was updated successfully, but these errors were encountered:
When I tried creating multiple clients on the same connection, I got the data race below.
To reproduce, something like this should work:
The text was updated successfully, but these errors were encountered: