Actually skip LRPCChannel.close() this time

This commit is contained in:
Elara 2022-06-03 14:36:34 -07:00
parent 1e627b833e
commit 205e0b71e4
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ class LRPCChannel
# close closes the channel. This should not be called by the
# consumer of the channel. Use done() instead.
def close()
return if @closed
fn = @onClose
fn()
@closed = true