mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
I'm not having a good protocol day!
This commit is contained in:
@@ -14,7 +14,6 @@ pub(crate) async fn encode_submission_hello(license_key: &str, node_id: &str, no
|
||||
client_public_key: KEYPAIR.read().await.public_key.clone(),
|
||||
};
|
||||
let hello_bytes = serde_cbor::to_vec(&hello_message).map_err(|_| QueueError::SendFail)?;
|
||||
result.extend((hello_bytes.len() as u64).to_be_bytes());
|
||||
result.extend(hello_bytes);
|
||||
|
||||
Ok(result)
|
||||
|
||||
Reference in New Issue
Block a user