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
Currently we are using a CSV file to store subscriptions. When the service restart this file is used in order to relaunch these subscriptions but CRUD operations are not updated and this can be a source of bugs.
We must replace this file by a DB and implement all CRUD.
We could then think about a system to fetch active subscriptions and stop or start them if needed.
The text was updated successfully, but these errors were encountered:
@manuio
Maybe a better solution is not to use any additional database, but to use the things themselves, as the complete information for an OPC subscription is in the metadata of the thing
Currently we are using a CSV file to store subscriptions. When the service restart this file is used in order to relaunch these subscriptions but CRUD operations are not updated and this can be a source of bugs.
We must replace this file by a DB and implement all CRUD.
We could then think about a system to fetch active subscriptions and stop or start them if needed.
The text was updated successfully, but these errors were encountered: