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 2 clients are initialized each with it's own _post_processors the Endpoint gets initialized twice, adding both _post_processors from the routers/clients to it's own.
This makes it have clones of the same post_processor in the Endpoint object