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
reveals that the TwinCAT plugin subprocess tries to call back to the server to ask it for its IOCs.
The assumption was that the server would be running and its IOC list may change if new ones were found.
Possible Solution
Provide plugins with the information they need to know at startup rather than requiring a client connection
Expected Behavior
whatrecord server --dump-for-offline-usage test.json.gz
should dump all TwinCAT information alongside everything elseCurrent Behavior
A quick test:
reveals that the TwinCAT plugin subprocess tries to call back to the server to ask it for its IOCs.
The assumption was that the server would be running and its IOC list may change if new ones were found.
Possible Solution
Context
Testing offline mode in #162
The text was updated successfully, but these errors were encountered: