Conversation
This reverts commit c604bd3.
This reverts commit b77907a.
This reverts commit b1f925a.
This commit improves support for NATS 1.2.x by checking if several fields; `auth_required`, `tls_required`, and `tls_verify` are set in the initial INFO packet. As of NATS 1.2, these fields aren't always set, which can cause an E_NOTICE to be raised. Without this change, the unit tests are failing because the Docker container has been updated to 1.2.0, and PHPUnit is configured to treat notices as test failures. See: nats-io/nats-server@17fecd4#diff-91bbeda7eb98a7adc57b9e47e2cf5c2b
Adds TLS support
Issue/120 self document makefile
Author
|
fix bugs. |
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.
fix bugs