Fix closingreason for checksum mismatch
This commit is contained in:
parent
93eeb7c740
commit
45db231652
@ -292,7 +292,7 @@ impl<T: std::fmt::Debug + Clone + Serialize + DeserializeOwned + Send + Sync + '
|
|||||||
Connection::from(
|
Connection::from(
|
||||||
*addr,
|
*addr,
|
||||||
ConnectionState::Closing(CloseReason::InvalidIdentifier(
|
ConnectionState::Closing(CloseReason::InvalidIdentifier(
|
||||||
identifier,
|
self.config.identifier.clone(),
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user