Marko
8da43508f8
abci/client: fix DATA RACE in gRPC client (#3798)
* Remove go func {}() closes #357 - Remove go func(){}() that caused race condiditon - To reproduce - add -race in make file to `install_abci` - Remove `CGO_ENABLED=0` & add -race to `install` Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * remove -race * fix data race also, reorder callbacks similarly to socket client |
5 years ago | |
---|---|---|
.. | ||
client.go | abci: Refactor CheckTx to notify of recheck (#3744) | 5 years ago |
grpc_client.go | abci/client: fix DATA RACE in gRPC client (#3798) | 5 years ago |
local_client.go | abci: Refactor CheckTx to notify of recheck (#3744) | 5 years ago |
socket_client.go | abci: minor cleanups in the socket client (#3758) | 5 years ago |
socket_client_test.go | remove print statements | 6 years ago |