lni / dragonboat

A feature complete and high performance multi-group Raft library in Go.
Apache License 2.0
4.99k stars 534 forks source link

Transport: sendQueue ratelimit race goroutine possible call decrease() first #222

Closed xkeyideal closed 2 years ago

xkeyideal commented 2 years ago

for issues 221

lni commented 2 years ago

@xkeyideal Thanks for the PR. You need to call decrease(req) when the queue if full (inside that default case).