mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
upstream changes applied to linux impl
This commit is contained in:
@@ -51,7 +51,7 @@ Exception InputStream::Close() {
|
||||
return {};
|
||||
}
|
||||
|
||||
Exception OutputStream::Write(const ByteArray &data) {
|
||||
Exception OutputStream::Write(absl::string_view data) {
|
||||
if (!fd_.isValid()) return Exception{Exception::kIo};
|
||||
|
||||
size_t written = 0;
|
||||
|
||||
Reference in New Issue
Block a user