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
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).
The text was updated successfully, but these errors were encountered:
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! :)
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.
When subscribing to a recently updated Context Broker, the service-path value will be something like this:
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).
The text was updated successfully, but these errors were encountered: