Rebase onto v0.9.10#8
Open
OscarBohlin wants to merge 296 commits into
Open
Conversation
if session disconnected during sendBytes, session.messageOut may be set to nil before write in session.onDisconnect()
Avoid to block thread while write to a nil channel
…sequence number files
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.10.0. - [Commits](golang/net@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…es/golang.org/x/net-0.10.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.4. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.2...v1.8.4) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.16 to 1.14.17. - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.16...v1.14.17) --- updated-dependencies: - dependency-name: github.com/mattn/go-sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Alexandre Thibault <alexandre.thibault@artex.io>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.14.0. - [Commits](golang/net@v0.10.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…es/golang.org/x/net-0.14.0 Bump golang.org/x/net from 0.10.0 to 0.14.0
…es/github.com/mattn/go-sqlite3-1.14.17 Bump github.com/mattn/go-sqlite3 from 1.14.16 to 1.14.17
…es/github.com/stretchr/testify-1.8.4 Bump github.com/stretchr/testify from 1.8.2 to 1.8.4
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.11.6 to 1.12.1. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v1.11.6...v1.12.1) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…es/go.mongodb.org/mongo-driver-1.12.1 Bump go.mongodb.org/mongo-driver from 1.11.6 to 1.12.1
…ect-invalid-message Check RejectInvalidMessage on FIXT validation
Signed-off-by: Alexandre Thibault <alexandre.thibault@artex.io>
Signed-off-by: Alexandre Thibault <alexandre.thibault@artex.io>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. - [Commits](golang/net@v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Added WaitGroup Wait in Initiator
…dom-disconnected-peer Acceptance test result must be predictable
Makes event timer stop idempotent
Adds v0.8.0 release notes
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
This reverts commit 76b68ec.
* send raw body bytes when doing a resend * always set body bytes * add test, rename --------- Co-authored-by: Vikas Khurana <vkhurana@i-09699ecf1dc6fc580.ec2.internal>
* commit generated code * enable verbose logging * remove unneeded code gen * turn off verbose logging
2225033 to
28098fe
Compare
28098fe to
b1b29e7
Compare
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.
Fetch the latest release from the upstream, regenerate code.
Background:
We need to support NSCC 24x5 fix sessions which requires the
Weekdaysconfig which wasn't supported in our current fork.