You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems tso is enabled and running in background for raw clients (even though get_timestamp is never called?) and steals works from other tokio tasks due to aggressive self wakes. Can we disable creation of tso background task for raw clients?
Hi,
It seems tso is enabled and running in background for raw clients (even though get_timestamp is never called?) and steals works from other tokio tasks due to aggressive self wakes. Can we disable creation of tso background task for raw clients?