Commit 1e31769
[fix] Fixes socket.use error packet (#2772)
* fix(socket): Fixes socket.use error packet which drops nodejs due to nuances of Nodejs' EventEmitter
* fix(socket): Fixes missing error event on socket
* fix(socket): test fix, should listen for clientSocket instead of server socket
* minor update1 parent 797c9a3 commit 1e31769
2 files changed
+15
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2273 | 2273 | | |
2274 | 2274 | | |
2275 | 2275 | | |
2276 | | - | |
| 2276 | + | |
2277 | 2277 | | |
2278 | | - | |
| 2278 | + | |
| 2279 | + | |
| 2280 | + | |
| 2281 | + | |
| 2282 | + | |
| 2283 | + | |
2279 | 2284 | | |
2280 | 2285 | | |
2281 | 2286 | | |
| |||
2288 | 2293 | | |
2289 | 2294 | | |
2290 | 2295 | | |
2291 | | - | |
2292 | | - | |
2293 | | - | |
2294 | | - | |
2295 | 2296 | | |
2296 | 2297 | | |
2297 | 2298 | | |
| |||
2301 | 2302 | | |
2302 | 2303 | | |
2303 | 2304 | | |
2304 | | - | |
| 2305 | + | |
2305 | 2306 | | |
2306 | | - | |
| 2307 | + | |
| 2308 | + | |
| 2309 | + | |
| 2310 | + | |
| 2311 | + | |
| 2312 | + | |
2307 | 2313 | | |
2308 | 2314 | | |
2309 | 2315 | | |
| |||
2315 | 2321 | | |
2316 | 2322 | | |
2317 | 2323 | | |
2318 | | - | |
2319 | | - | |
2320 | | - | |
2321 | | - | |
2322 | 2324 | | |
2323 | 2325 | | |
2324 | 2326 | | |
| |||
0 commit comments