Open
Conversation
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0. - [Commits](golang/crypto@v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
use default instead of a timer refactor send queued In case of Log On messages block until sent
partly revert change in quickfixgo#368 due to breaking the unit test added in this PR
This is a workaround for the fact that we currently rely on the generated Message types to properly serialize/deserialize RepeatingGroups. In other words, we cannot go from bytes to a Message then back to bytes, which is exactly what we need to do in the case of a Resend. This adds the Message.buildWithBodyBytes([]byte) func that lets us pull the Message from the Store, parse it, update the Header, and then build it back into bytes using the original Body. Note: The only standard non-Body group is NoHops. If that is used in the Header, this workaround may fail.
Previously, the bodyBytes was ending up with the trailer in it when the body contained no fields, and trailerBytes was empty
Preserve original body when resending
Update and satisfy code linter
…anced-incorrectly Group field whose elements do not have the same fields are incorrectly parsed
…en-blocked Escape send queued when blocked on connection side
feat: change proxyproto pkg to support proxy proto v2
Bug: For Logon/Logout/Resend/SequenceReset messages we should wait until sent
…es/golang.org/x/crypto-0.17.0 Bump golang.org/x/crypto from 0.15.0 to 0.17.0
Adds v0.9.2 release notes
feat: AllowUnknownMessageFields & CheckUserDefinedFields
Corrects ResetOnLogon for initiators
…st_active Block Sends when Resend Request is active
Change ResetSeqTime to time.Time based on the config's timeZone
Fix the issue of incorrect time range calculation across days
Adds missing tz for resetseqtime without starttime endtime
…q-time Send Reset if the ResetTime elapsed in between checks
update go api documentation link
…lback Net Listener Callback
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(reopened it because we need to perform a merge commit, not squash and merge)