fix goroutine leak and deadlock

This commit is contained in:
Page Fault
2020-06-12 06:02:06 +00:00
parent 2855a50f1d
commit c58251a099
22 changed files with 268 additions and 204 deletions
+2 -1
View File
@@ -163,7 +163,8 @@ server.json
],
"ssl": {
"cert": "your_cert.crt",
"key": "your_key.key"
"key": "your_key.key",
"sni": "www.your_awesome_domain_name.com"
}
}
```