Skip to content

Commit

Permalink
Update messagix/socket.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tulir Asokan <tulir@maunium.net>
  • Loading branch information
javiercr and tulir committed May 20, 2024
1 parent 2f6f11e commit 9d66dfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions messagix/socket.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,7 @@ func (s *Socket) makeLSRequest(payload []byte, t int) (*Event_PublishResponse, e
return nil, err
}

resp, err := s.responseHandler.waitForPubResponseDetails(packetId)
return resp, err
return s.responseHandler.waitForPubResponseDetails(packetId)
}

func (s *Socket) getConnHeaders() http.Header {
Expand Down

0 comments on commit 9d66dfb

Please sign in to comment.