mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07: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
|
||||
);
|
||||
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 {
|
||||
if nbytes >= hw {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue