Function io_conformance_util::get_open_status
source · pub async fn get_open_status(node_proxy: &NodeProxy) -> Status
Expand description
Listens for the OnOpen
event and returns its [Status]. This takes the event stream out of the
proxy, which can only be done once.