Merge branch 'master' of gitlab.com:samnasbo/shared/galaxy into experiment/cross-check
# Conflicts: # app/src/settings_view/mod.rs
This commit is contained in:
@@ -71,7 +71,7 @@ impl SseClient for reqwest::Client {
|
||||
return Err(SseTransportError::UnexpectedContentType(None));
|
||||
}
|
||||
}
|
||||
let event_stream = SseStream::from_byte_stream(response.bytes_stream()).boxed();
|
||||
let event_stream = SseStream::from_bytes_stream(response.bytes_stream()).boxed();
|
||||
Ok(event_stream)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user