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
TRANSACTION_END right now is done in a too low level function.
In case of an update with notifications, one TRANSACTION_END will be issued per notification.
The use of the TRANSACTION_END macro must be moved up. Possibly also TRANSACTION_START.
The text was updated successfully, but these errors were encountered:
TRANSACTION_END right now is done in a too low level function.
Being precise... "TRANSACTION_END related with notifications right now is done in a too low level function". I think that the TRANSACTION_END related with ending the NGSI transaction is well placed right now.
Description
TRANSACTION_END right now is done in a too low level function.
In case of an update with notifications, one TRANSACTION_END will be issued per notification.
The use of the TRANSACTION_END macro must be moved up. Possibly also TRANSACTION_START.
The text was updated successfully, but these errors were encountered: