databus
databus copied to clipboard
fix relay pull thread fake dead error
Sometimes The relay puller thread unexpectedly quits. We found that the netty connection may be break before the stream request, so when the relay puller request stream , the request return without any handler.We fix the bug in this branch.