dario_azzali

Results 6 comments of dario_azzali

Have a couple of doubt: #### 1. Response from `delete_secure_channel` and `show_secure_channel` In the actual implementation of `delete_secure_channel` [here](https://github.com/build-trust/ockam/blob/739124dc0fa55d77ed562acd827ba995b94fad55/implementations/rust/ockam/ockam_api/src/nodes/service/secure_channel.rs#L106C33-L106C33) if there is an error deleting the secure channel the error...

Thanks for the quick response @etorreborre. Just another question about how would be the preferred way the refactoring should aim to. There are a couple of function, for example `create_secure_channel`...

Thnaks @etorreborre. Sorry for the late response but I've been busy. Ok, so taking your example should be something like: ```rust (Post, ["node", "secure_channel"]) => { encode_response(self.create_secure_channel(req, dec.decode()?, ctx).await)? }...

Same problem using ArchLinux. I think is because the /tmp folder is in the root partition while the upload folder is in the home partition