emit

Function emit 

Source
fn emit(event_bus: &EventBus, otype: &str, oid: &str, payload: Value)
Expand description

Push one WaveObjUpdate payload to all connected WS clients via the shared event_bus. Mirrors the response-broadcast loop in service.rs:39-52.