pub fn connect_at(
    socket: PathBuf,
    callback: impl FnMut(HotReloadMsg) + Send + 'static
)