Skip to content

Bug in axum-activity-feed event stream. #7

@larrydewey

Description

@larrydewey

Currently axum-activity-feed.rs is generating invalid stream events:

let patch = PatchSignals::new(r#"{{"generating": true}}"#);

Produces:

signals {{"generating": true}}

When it should be producing:

signals {"generating": true}

I am thinking this is a copy paste error from the format! macro being used in the loop?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions