forked from TrueCloudLab/neoneo-go
6dbae7edc4
Do not block subscribers until the unsubscription request to RPC server is completed. Otherwise, another notification may be received from the RPC server which will block the unsubscription process. At the same time, fix event-based waiter. We must not block the receiver channel during unsubscription because there's a chance that subsequent event will be sent by the server. We need to read this event in order not to block the WSClient's readloop. |
||
---|---|---|
.. | ||
chain | ||
account.go | ||
basic.go | ||
client.go | ||
compile.go | ||
doc.go | ||
signer.go | ||
signer_test.go |