-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Sometimes rattan panic here:
Lines 206 to 210 in 20e592c
| let runtime = tokio::runtime::Builder::new_current_thread() | |
| .enable_io() | |
| .enable_time() | |
| .build() | |
| .unwrap(); |
Now we sleep 0.1 secs before building runtime to temporarily mitigate this bug.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working