| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 22ea3a8 commit 1e79a06
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -91,6 +91,10 @@ function onsecureConnect() { | |||
| 91 | 91 | // TODO: why is client not destroyed here even after 5 ticks? | |
| 92 | 92 | // or could it be that it isn't actually destroyed until | |
| 93 | 93 | // the server is closed? | |
| 94 | + if (client.before.length < 3) { | ||
| 95 | + tick(5, tick1); | ||
| 96 | + return; | ||
| 97 | + } | ||
| 94 | 98 | checkInvocations(client, { init: 1, before: 3, after: 3 }, | |
| 95 | 99 | 'client: when client destroyed'); | |
| 96 | 100 | // | |
| Back | FazBrowse Home | New Git URL |
0 commit comments