Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Laine committed Aug 1, 2023
1 parent abb5eb9 commit 5a51649
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/sync/response_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

package sync

// TODO danlaine: We create a new response handler for every request.
// Look into making a struct to handle requests/responses that uses a sync pool
// to avoid allocations.

var _ ResponseHandler = (*responseHandler)(nil)

// Handles responses/failure notifications for a sent request.
Expand Down

0 comments on commit 5a51649

Please sign in to comment.