tendermint/rpc/lib/client
Anton Kaliaev 45ff7cdd0c rewrite ws client to expose a callback instead of a channel
callback gives more power to the publisher. plus it is optional
comparing to a channel, which will block the whole client if you won't
read from it.
2017-10-02 13:00:20 -04:00
..
args_test.go rpc -> rpc/lib and rpc/tendermint -> rpc 2017-04-26 19:57:33 -04:00
http_client.go check for request ID after receiving it 2017-09-18 16:36:03 -04:00
ws_client.go rewrite ws client to expose a callback instead of a channel 2017-10-02 13:00:20 -04:00
ws_client_test.go rewrite ws client to expose a callback instead of a channel 2017-10-02 13:00:20 -04:00