Skip to content

Commit

Permalink
mark datagram socket as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
javaarchive committed Jun 3, 2024
1 parent e109950 commit 2d263be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/adapters/unix_socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ impl Local for StreamLocalResource {
}
}
}

Check failure on line 238 in src/adapters/unix_socket.rs

View workflow job for this annotation

GitHub Actions / nightly on ubuntu-latest-

Diff in /home/runner/work/message-io/message-io/src/adapters/unix_socket.rs
// nearly impossible to implement
// fn send_to(&self, addr: SocketAddr, data: &[u8]) -> SendStatus {
//
// }
}

pub(crate) struct DatagramRemoteResource {
Expand Down

0 comments on commit 2d263be

Please sign in to comment.