Skip to content
Snippets Groups Projects
Commit bd61f76a authored by Benjamin Erhart's avatar Benjamin Erhart
Browse files

Fixed Snowflake proxy stop. (Thanks bitmold!)

parent 6a625b72
Branches
No related tags found
1 merge request!2update to v 1.7.1
......@@ -315,10 +315,11 @@ func StopSnowflakeProxy() {
return
}
go func() {
go func(snowflakeProxy *sfp.SnowflakeProxy) {
snowflakeProxy.Stop()
}(snowflakeProxy)
snowflakeProxy = nil
}()
}
// Hack: Set some environment variables that are either
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment