Closed EasonLiao closed 10 years ago
Found while playing with zabbenchmark. Before we enqueue a special message to make thread exit. But since the queue has limited size so the enqueue might be blocked. Which cause the thread who calls SendReqTask.shutdown blocked forever.
SendReqTask.shutdown
Found while playing with zabbenchmark. Before we enqueue a special message to make thread exit. But since the queue has limited size so the enqueue might be blocked. Which cause the thread who calls
SendReqTask.shutdown
blocked forever.