forked from scylladb/gocql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
send frame should not block (apache#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
- Loading branch information
Showing
2 changed files
with
108 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters