Yury Yukhananov

Results 24 comments of Yury Yukhananov

Good morning ! I made a couple of changes in executor code for thread safety. The changes were just minimal to drive compilation to success. I didn't test the changes...

Hi @antoinevg ! Thank you for response. Yes, I was wondering if this code was a placeholder for "embedded tokio", I think I have qemu installed, although I think my...

Hi @antoinevg ! I'm trying to run no_std build, I have just merged the latest upstream and I face multiple error messages in curve25519-dalek crate. I found only one reference...

Fixed ! I was trying to build from "implementations/rust/ockam" folder instead of "implementations/rust/ockam/ockam". Thank you!

Hi @antoinevg ! I managed to build no_std. As for qemu example, I have updated rust toolchains and installed the required target, however while trying to build I get errors...

Hi @antoinevg ! Thank you for reply, it was false alarm from my side, I didn't notice that I installed the target for stable and not nightly, eventually I was...

Hi @antoinevg ! Thank you for reply and for the link, I'm going to look at it, I have just found RTIC framework, it is interrupt driven, not async, but...

Hi @spacekookie ! So it's cool, now I close the issue ?

Hi, a noob question: is it about delete_secure_channel(...) ? Context that sends a graceful shutdown request to the router ? And spawned workers are supposed to follow the same shutdown...

Hi @mrinalwadhwa, it looks like that the "parent" context needs a mechanism of keeping track its "children" entities ? Does it refer to secure_channel only or to general case of...