Open
Description
I try to use the CloseChannel
no_wait
option. If I set no_wait=True
, it still waits for the transaction to be confirmed before stopping the gRPC streaming call. It's possible that's not the intent, but the documentation here is a bit confusing what sentence refers to no_wait=True
and what refers to no_wait=False
. Possibly we need another option that controls whether or not the call waits for the close to be confirmed?
Lines 2159 to 2167 in 3707b1f