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
It seem there are problems with subscriptions using patterns when the pattern is not a righ regex. Eg, when using * (wrong) instead of .* (right). Details below (IPs has been offuscated).
Raised during Developers Week Viena 2015.
It seem there are problems with subscriptions using patterns when the pattern is not a righ regex. Eg, when using
*
(wrong) instead of.*
(right). Details below (IPs has been offuscated).Orion Context Broker GE
version 0.14.0
image 3.4
Subscription request
Endpoint: http://A.B.C.D:1026/ngsi10/subscribeContext
payload:
Update request:
Endpoint: http://A.B.C.D:1026/ngsi10/updateContext
Payload:
You have to replace the id:"Patient138866191" included in the update request payload with id:"GR138866191" to get a right response.
The text was updated successfully, but these errors were encountered: