Ricardo Belavenuto

Results 6 comments of Ricardo Belavenuto

@jonathanjameswilliams26 did you manage to find a way to do the file upload?

Actually, I've tried a (poor) workaround that worked, which was removing the element and setting it again with new values, like this (using the same use case above): ``` doUpdate(key:...

I think it's because you are not returning the subscription on `obterCondutorPeloUsuarioLogado()` method. You are subscribing to the `AfoListObservable `called obs, but when you return obs, you are not returning...

@renannn it worked for me. This is my endpoint: ` public class PurchaseOrderReadXml : EndpointBaseAsync .WithRequest .WithActionResult ` The handle method: ` public override async Task HandleAsync( [FromForm] PurchaseOrderUploadXmlRequest request,...

@haizad did you manage to find a solution for this scenario? Same issue here... Thank you.