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
The tcp-lite adaptor creates pseudo core connections corresponding to tcpConnector and tcpListener instances. Management should not be allowed to disable/delete these connections directly. The connection's lifecycle corresponds to its owning tcpConnector/tcpListener and will be deleted when those objects are deleted.
Similar issue to #1225 seen in the legacy tcp adaptor.