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
swarm's useNode [1] will be enhanced with the different error code for the cases where the node is not in the connection set and when the node is not currently connected (but it was). dhtproto single node requests (Put, Get, Exists, Remove) should check this exit code and in case of the latter, send node_disconnected instead of no_node error [2] to the user.
swarm's
useNode
[1] will be enhanced with the different error code for the cases where the node is not in the connection set and when the node is not currently connected (but it was). dhtproto single node requests (Put
,Get
,Exists
,Remove
) should check this exit code and in case of the latter, sendnode_disconnected
instead ofno_node
error [2] to the user.[1] sociomantic-tsunami/swarm#372
[2]
dhtproto/src/dhtproto/client/request/internal/Put.d
Line 144 in 89df043
The text was updated successfully, but these errors were encountered: