neo-go/pkg/neotest
Anna Shaleva 6dbae7edc4 rpcclient: fix WS-client unsubscription process
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.
2022-11-16 23:44:30 +03:00
..
chain *: don't get private key from account if just public one is needed 2022-09-02 14:43:28 +03:00
account.go [#2442] English Check 2022-05-04 19:48:27 +03:00
basic.go rpcclient: fix WS-client unsubscription process 2022-11-16 23:44:30 +03:00
client.go core, rpc: move getFakeNextBlock to Blockchain 2022-10-07 15:56:34 +03:00
compile.go [#2442] English Check 2022-05-04 19:48:27 +03:00
doc.go *: apply go 1.19 formatter heuristics 2022-08-09 15:37:52 +03:00
signer.go *: use uint*Size and SignatureLen constants where appropriate 2022-10-05 10:45:52 +03:00
signer_test.go *: don't get private key from account if just public one is needed 2022-09-02 14:43:28 +03:00