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 SDX Controller (which is a Flask app) runs in threaded mode and handles concurrent POST /connection and DELETE /connection requests, it will end up with multiple instances of TEManager and thus several inconsistent/unreliable sources of truth.
When SDX Controller (which is a Flask app) runs in threaded mode and handles concurrent
POST /connectionandDELETE /connectionrequests, it will end up with multiple instances ofTEManagerand thus several inconsistent/unreliable sources of truth.