acd6671d04577df9e6cd95fa1bd0aa70f98122af | Author: Zhixin Wen <john.wenzhixin@hotmail.com>
| 2018-02-20 14:36:51-08:00
send frame should not block (#1062)
* make send frame async
* refactor
* fix goroutine leak
* add author
* fix test
* fix double creation of timeoutCh
* exit loop on err
* pull loop in to writeToConn
* timeout is shared between read and write
* move resetTimeout to callReq
* merge frameWriteArg into callReq
09f0498f9ab5ca0267e3b451483a368648de2158 | Author: Zhixin Wen <john.wenzhixin@hotmail.com>
| 2017-04-18 13:05:27-07:00
fix consistent high timeout err rate caused by prepareStatement (#892)
* fix timeout bug
* remove cache no matter which err returns