-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
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.
[1] sociomantic-tsunami/swarm#372
[2]
| if ( !put_called ) |
Reactions are currently unavailable