maidsafe / safe_network

72 stars 40 forks source link

bug: autonomi client libraries do not handle concurrent operations on the same device #1993

Open happybeing opened 1 month ago

happybeing commented 1 month ago

Operations such as self-encription, wallet transfers and in fact any client app interaction with the network need to be able to happen concurrently from multiple apps, both the same app concurrently and different apps concurrently, on the same device.

This appears not to be the case for apps using self-encryption, perhaps wallet payment and transfers also need checking for this.

Some tests show the issue with self-encryption using safe files upload, done by @neo and described in this topic on the forum: https://forum.autonomi.community/t/is-it-possible-to-concurrently-run-safe-files-on-the-same-machine-in-different-terminals/40100/10?u=happybeing