Fixes
|
// TODO: this should be streamed line-by-line over a websocket or SSE |
Thinking of using WS instead of SSE to anticipate 2 way communication in the future (step, play/pause etc?).
Would you prefer just tailing the trace file for now, or setting up a socket between the processes and hooking into TraceWriter::write?
Fixes
bombadil/lib/bombadil-cli/src/inspect_server.rs
Line 62 in 90f9bef
Thinking of using WS instead of SSE to anticipate 2 way communication in the future (step, play/pause etc?).
Would you prefer just tailing the trace file for now, or setting up a socket between the processes and hooking into
TraceWriter::write?