We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A datarace is seen when a vpn-server app is stopped.
vpn-server
Environment information:
Steps to Reproduce Steps to reproduce the behavior:
$ go build -race -o ./apps/vpn-server ./cmd/apps/vpn-server $ go build -race -o ./skywire-visor ./cmd/skywire-visor
Actual behavior datarace.log
Expected behavior Stop vpn-server without datarace.
The text was updated successfully, but these errors were encountered:
#897 seems to have fixed this, can't reproduce it with latest develop.
Sorry, something went wrong.
Can't replicate the error anymore after #897 on Linux either. Closing this.
No branches or pull requests
Describe the bug
A datarace is seen when a
vpn-server
app is stopped.Environment information:
Steps to Reproduce
Steps to reproduce the behavior:
vpn-server
from hypervisor UI and then stop itActual behavior
datarace.log
Expected behavior
Stop
vpn-server
without datarace.The text was updated successfully, but these errors were encountered: