Xiaobo Liu

Results 44 comments of Xiaobo Liu

Implemented: https://github.com/aya-rs/aya/blob/main/aya-log-common/src/lib.rs#L79-L82

I use fentry/vfs_open as the mount point, but during compilation, I get the error: "helper call is not allowed in probe". How should I test this?

The example as follow: https://github.com/webrtc-rs/webrtc/tree/master/examples/examples

Added the `send` and `async` features to Cargo.toml, then placed the Lua object into the BoxFeature. Compiler prompted an error: ``` *mut c_void cannot be shared between threads safely. ```...