| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d65615e commit 07361e6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -228,6 +228,9 @@ class Client extends EventEmitter { | |||
| 228 | 228 | if (this._http) { | |
| 229 | 229 | this._http.destroy(); | |
| 230 | 230 | } | |
| 231 | + if (this._socket) { | ||
| 232 | + this._socket.destroy(); | ||
| 233 | + } | ||
| 231 | 234 | this._http = null; | |
| 232 | 235 | this._lastId = 0; | |
| 233 | 236 | this._socket = null; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments