Skip to content

Network proxy pluggin #1

@Bowarc

Description

@Bowarc

Could be fun to add pluggins to the proxy, like

trait Plugin<SRCW, SWCR>{
    fn on_msg_send(&mut self, msg: SWCR);
// add for bytes and reveive
}

the proxy have a Vec<Box<dyn Plugin>> that are called when events are triggered

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions