core-async

Ben Sless 2026-04-07T10:02:37.231499Z

Anyone encountered an error where a flow is definitely running and nothing is rendered in the monitor after clicking the connect button? seems like pings are flowing over the websocket

Ben Sless 2026-04-07T10:50:37.505969Z

I apologize if this is a stupid question but why would that make the monitor UI never render?

Jarrod Taylor (Clojure team) 2026-04-07T12:55:24.364699Z

Hard to give a specific answer without looking at an example. That said, the monitor is visualizing ping information. So slow/failing to respond pings will certainly impact it. Would take a look at a repro if you have one.

Ben Sless 2026-04-07T12:56:33.166759Z

I did see pings coming over the websocket in devtools if that helps. I'll see about a repro, it's internal code

Jarrod Taylor (Clojure team) 2026-04-07T13:07:15.032499Z

One possibility to check. If the flow is https://github.com/clojure/core.async.flow-monitor?tab=readme-ov-file#circular-flows for the monitor to know how to draw it.