You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
problem
If we connect to nREPL, send an "eval" command and don't wait for the result (or for the "done" status) and immediately disconnect, nbb will crash:
node:events:505
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
Emitted 'error' event on Socket instance at:
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -104,
code: 'ECONNRESET',
syscall: 'read'
}
repro
Connect to nbb's nREPL
Send an eval command
Disconnect before the result comes
expected behavior nbb should not crash
The text was updated successfully, but these errors were encountered:
version
nbb v1.2.175
platform
Linux, Node 16 or 18
problem
If we connect to nREPL, send an "eval" command and don't wait for the result (or for the "done" status) and immediately disconnect, nbb will crash:
repro
expected behavior
nbb
should not crashThe text was updated successfully, but these errors were encountered: