Fix inverted debug assert message.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -172,7 +172,7 @@ pub(crate) async fn sync_events_v5_route(
|
|||||||
loop {
|
loop {
|
||||||
debug_assert!(
|
debug_assert!(
|
||||||
conn.globalsince <= conn.next_batch,
|
conn.globalsince <= conn.next_batch,
|
||||||
"next_batch should not be greater than since."
|
"since should not be greater than next_batch."
|
||||||
);
|
);
|
||||||
|
|
||||||
let window;
|
let window;
|
||||||
|
|||||||
Reference in New Issue
Block a user