amir-the-h / okex

Golang API wrapper of OkEX
Apache License 2.0
100 stars 97 forks source link

WARNING: DATA RACE #9

Closed renat1015 closed 2 years ago

renat1015 commented 2 years ago

run with a --race flag gives warnings on given functions (api.ws.sender and api.ws.receiver) running in goroutines

renat1015 commented 2 years ago

I found the cause of the occurrence, as soon as there is time I will make a pool

amir-the-h commented 2 years ago

Great. Looking forward to it.