gottstech / gotts

A blockchain for non-collateralized stable-coins, follow MimbleWimble protocol but with explicit amount.
https://gotts.tech
Apache License 2.0
49 stars 4 forks source link

fix: peer_write load cpu 100% on exception case #46

Closed garyyu closed 4 years ago

garyyu commented 4 years ago

It happened multiple times (both in Grin and Gotts binary) that the CPU load 100% on peer_write thread. I guess it goes to the unlimited loop condition for retrying the send but always fail.

image