Touching offline trusted node cloud should trigger connection attempt
This would be very useful also for debugging, so we can observe log messages of connection attempt immediately, but I am unsure if the JSON API offer this functionality already.
This would be very useful also for debugging, so we can observe log messages of connection attempt immediately, but I am unsure if the JSON API offer this functionality already.
changed title from Touching a offline trusted node cloud should trigger connection attempt to Touching offline trusted node cloud should trigger connection attempt
mentioned in commit g10h4ck/RetroShare@8b72c9c4
a1241f06 Actually the API only responds if the peer_id is correct, not if the peer is connected, so only prints in log if the peer_id is correct
Yeah the API only offers a way to trigger the connection attempt, but as this is an highly asynchronous thing it cannot answer about the connection status as it probably will stay offline for some more seconds, we need this more for debugging purposes and I hope the user will not need do to that never ;)
Closing the issue on commit a1241f06
closed
mentioned in issue #31 (closed)