mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
wip
This commit is contained in:
parent
f157439c3f
commit
52faee4407
1 changed files with 3 additions and 1 deletions
|
@ -780,7 +780,9 @@ impl IoContext {
|
||||||
nbytes
|
nbytes
|
||||||
);
|
);
|
||||||
if !inner.dispatch_task.wake_checked() {
|
if !inner.dispatch_task.wake_checked() {
|
||||||
log::error!("Dispatcher waker is not registered, bytes: {:?}, flags: {:?}", status.nbytes, inner.flags.get());
|
log::error!(
|
||||||
|
"{}: Dispatcher waker is not registered, bytes: {:?}, flags: {:?}",
|
||||||
|
self.0.tag(), status.nbytes, self.flags());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if nbytes >= hw {
|
if nbytes >= hw {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue