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

[BUG] Subscribing to many elements causes naming size error. #414

Open
ezequiel-umu opened this issue Mar 8, 2017 · 2 comments
Open

[BUG] Subscribing to many elements causes naming size error. #414

ezequiel-umu opened this issue Mar 8, 2017 · 2 comments
Labels

Comments

@ezequiel-umu
Copy link

ezequiel-umu commented Mar 8, 2017

When subscribing to a recently updated Context Broker, the service-path value will be something like this:

/srvpath1,/srvpath2,/srvpath3...

This may exceed the restriction of 120 bytes placed here, raising this warning (in my opinion it should be an error, as it causes the comet to malfunction).

@gtorodelvalle
Copy link
Member

gtorodelvalle commented Mar 9, 2017

Hi @ezequiel-umu , would you be so kind to provide me with further information about the subscription you are sending to the Context Broker? Thanks! :)

@ezequiel-umu
Copy link
Author

ezequiel-umu commented Mar 9, 2017

Hi @gtorodelvalle, create 100 entities using a service-path larger than 6 bytes. For instance, /servicepath. Give those entities the IDs Entity:1, Entity:2, ..., Entity:100. After that, ask for a subscription with the regex pattern Entity:.*. That should trigger the error.

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

No branches or pull requests

2 participants