getcollective-ai / collective

Automate non-novel work
https://getcollective.ai
GNU Affero General Public License v3.0
12 stars 1 forks source link

remove #97

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

https://api.github.com/getcollective-ai/collective/blob/990112876c05dca093a57bda28a2c950afa935a6/code/executor/src/lib.rs#L93


    });
}

/// # Panics
/// TODO: remove
#[must_use]
pub fn launch_websocket(args: Args) -> UnboundedReceiver<Event> {
    let (tx, mut rx) = tokio::sync::mpsc::unbounded_channel();
    tokio::spawn(async move {