Skip to content

Tokio runtime creation failed #35

@Centaurus99

Description

@Centaurus99

Sometimes rattan panic here:

let runtime = tokio::runtime::Builder::new_current_thread()
.enable_io()
.enable_time()
.build()
.unwrap();

error.log

Now we sleep 0.1 secs before building runtime to temporarily mitigate this bug.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions