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 swim_api::agent::Agent trait is object safe so it should be possible to load an agent instance from a dynamic library. Define a way for creating agent plugin crates and extend the swim_server_app to allow loading dynamic libraries (put this behind a feature flag).
The text was updated successfully, but these errors were encountered:
The
swim_api::agent::Agent
trait is object safe so it should be possible to load an agent instance from a dynamic library. Define a way for creating agent plugin crates and extend theswim_server_app
to allow loading dynamic libraries (put this behind a feature flag).The text was updated successfully, but these errors were encountered: