Remove dependency bincode

This commit is contained in:
Dominik Werder
2022-11-22 13:27:06 +01:00
parent 06e21bc21f
commit 8d205a7fa7
7 changed files with 295 additions and 207 deletions

View File

@@ -29,6 +29,7 @@ where
{
// TODO should be able to ask for data-events only, instead of mixed data and status events.
let inps = open_tcp_streams::<_, items_2::channelevents::ChannelEvents>(&query, cluster).await?;
//let inps = open_tcp_streams::<_, Box<dyn items_2::Events>>(&query, cluster).await?;
// TODO propagate also the max-buf-len for the first stage event reader:
#[cfg(NOTHING)]
let stream = {