richardschneider / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
158 stars 52 forks source link

ReadFileAsync() not return value when its using in Xamarin app. #57

Closed intfloatbool closed 5 years ago

intfloatbool commented 5 years ago

image

In the Standalone version it working great, but in running android Xamarin app its looks like infinity....

richardschneider commented 5 years ago

What do you mean by Standalone version?

BTW Xamarin has never been supported.

intfloatbool commented 5 years ago

I meant just WPF ;-D Sorry for stupid issue-rerport, i didnt understand how IPFS works at all... Now problem is solved, but not Xamarin, becouse we need a run daemon before using IPFS, so i use java now (to access run ipfs daemon-task in adnroid)