fn emit(event_bus: &EventBus, otype: &str, oid: &str, payload: Value)
Push one WaveObjUpdate payload to all connected WS clients via the shared event_bus. Mirrors the response-broadcast loop in service.rs:39-52.
WaveObjUpdate
service.rs:39-52