-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Error occurs if queue name contains white space #84
Comments
Yes we can be better at that for sure, queue names cannot contain spaces. |
Hi, I just spend a few hours of debugging this problem. I had a It's obviously a newby mistake 👋 but some kind of hint for me it would have been a huge timesaver. Maybe you can add a check when the debug option flag is set? |
The server can be put into pedantic mode where it does more checking on the subjects. However we do have a few newcomers run into this issue. |
Which client were you using? |
Thanks for the quick response! I'm using the streaming stan.go client. |
Will look to add some processing to those clients. |
Hi,
If the queue name contains white space, e.g. "job worker", the gnatsd will return an error "processSub Parse Error". There's nowhere in the document mentions queue name.
The text was updated successfully, but these errors were encountered: