You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling .Result on an asynchronous method, especially for a property getter where it isn't obvious this is happening, risks deadlocking the thread that called it.
Calling
.Result
on an asynchronous method, especially for a property getter where it isn't obvious this is happening, risks deadlocking the thread that called it.net-ipfs-http-client/src/FileSystemNode.cs
Line 40 in 2a0cd84
This property needs to marked as Obsolete and removed in a future update. Consumers should call
IpfsClient?.FileSystem.ReadFileAsync(Id)
directly.The text was updated successfully, but these errors were encountered: