pull/146/head
Chip Senkbeil 2 years ago
parent 2e156a048f
commit eebf20731b
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -69,7 +69,10 @@ macro_rules! next_frame_as {
let frame = $transport.read_frame().await?.ok_or_else(|| {
io::Error::new(
io::ErrorKind::UnexpectedEof,
"Transport closed early waiting for frame",
concat!(
"Transport closed early waiting for frame of type ",
stringify!($type),
),
)
})?;

Loading…
Cancel
Save