Oh ok, thanks, but it seems I am unable to make it work even following that example. I'll try by doing a simpler cli program, maybe the problem is more with the web framework I am using.

Reply to this note

Please Login to reply.

Discussion

Yep, it's a problem on my part, the future connection in a simpler rust program does work.

Solved it, obviously it was something strange between an async/await function and a framework component.