mirror of
https://github.com/emilk/egui.git
synced 2026-07-12 17:48:55 +00:00
b27bc2b9ea
Add transport::connect (dial + split) and a sync transport::Listener (bind + accept) so both ends of the inspection connection build streams identically without depending on interprocess directly. Plugin now dials via transport::connect. These back the kittest harness moving onto the same local socket as the live plugin.