8000 When connection is aborted, don't delay session teardown · sockjs/sockjs-node@4561f50 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4561f50

Browse files
committed
When connection is aborted, don't delay session teardown
1 parent 7489fc6 commit 4561f50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transport.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ class GenericReceiver
252252
@thingy_end_cb = null
253253

254254
didAbort: ->
255+
@delay_disconnect = false
255256
@didClose()
256257

257258
didClose: ->

0 commit comments

Comments
 (0)
0