Closed
Description
When calling Unsubscribe
on an rpc.ClientSubscription
, if there is no response, the function will never return.
Maybe CallContext
with a timeout should be used instead of Call
in requestUnsubscribe
here:
go-ethereum/rpc/subscription.go
Line 372 in cf03784