MichaelMure / Arbore-qt

Friend-to-friend filesharing app to save the world from dystopia
MIT License
21 stars 1 forks source link

Wrap the network handling into Ipfs #17

Closed Konubinix closed 9 years ago

Konubinix commented 9 years ago

Each Ipfs command binds on a QNetworkReply::finished SIGNAL to get its results.

Each command then has to deal with the possible network failures.

It would be better if Ipfs would make sur the connection goes well (possibly re issuing the request) and would guaranty the command to get its result.

MichaelMure commented 9 years ago

Wrapping is done, need more error handling

MichaelMure commented 9 years ago

let's close this one and wait to see if problems actually appear with the current code.