Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed check on peek to insure we got data before processing. #114

Merged
merged 1 commit into from
Sep 27, 2021

Conversation

aricart
Copy link
Member

@aricart aricart commented Sep 27, 2021

fixed check of protocol message on peek to ensure that we didn't get an empty string.

@aricart aricart temporarily deployed to CI September 27, 2021 20:53 Inactive
Copy link
Member

@kozlovic kozlovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but question about -DV

@@ -24,11 +24,11 @@
"setup_win": "choco install deno",
"fmt": "deno fmt src/*.ts examples/*.js test/*.js test/*/*.js",
"start-tls-nats": "cd examples && nats-server -c tls.conf",
"start-nats": "cd examples && nats-server -c nontls.conf",
"start-nats": "cd examples && nats-server -DV -c nontls.conf",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that intentional change or you had that when debugging something?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was during a debug session, but that is OK as that target is really for development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants