Skip to content

Commit

Permalink
Merge pull request #17 from longbridgeapp/feature/send-msg-in-queue
Browse files Browse the repository at this point in the history
cherry pick upstream changement
  • Loading branch information
level2player authored Oct 15, 2024
2 parents ff07401 + 521b647 commit 2318100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion in_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ func (state *inSession) generateSequenceReset(session *session, beginSeqNo int,

msgBytes := sequenceReset.build()

session.sendBytes(msgBytes)
session.EnqueueBytesAndSend(msgBytes)
session.log.OnEventf("Sent SequenceReset TO: %v", endSeqNo)

return
Expand Down

0 comments on commit 2318100

Please sign in to comment.