You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments