diodechain / diode_client

Diode client written in GO that runs the Blockquick™ algorithm and a socks server to transmit data through diodechain.
https://diode.io/download
Other
65 stars 23 forks source link

Add e2e internal tunnel #33

Closed dominicletz closed 3 years ago

dominicletz commented 3 years ago

Update e2e internal tunnel

Clean code

Add rpc/tunnel_test.go and fix race condition

Add -race when build diode

Fix DATA RACE WARNINF

Update .github/workflows/ci.yml

Update .travis.yml

Update .github/workflows/ci.yml

Fix lock when close pool

Uppercase first char of log message

Unclose tunnel channel since DATA RACE

Fix deadlock when close socks server