Commit 03fd994
committed
Adjusted comm‑simulation sending so the payload file is written before the report is emitted.
This prevents the server from trying to read a missing or stale file and
dropping the Socket.IO connection. The “transport error” is Socket.IO’s
disconnect reason when the server closes the underlying connection; with
file‑based simulation and high concurrency, the server can receive the
report before the client finishes writing the payload file, triggering
an exception and a disconnect.1 parent 0141ae5 commit 03fd994
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
221 | 228 | | |
222 | 229 | | |
0 commit comments