Phidel Musungu

Results 3 issues of Phidel Musungu

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

T-bug
C-forge
Cmd-forge-build

I changed the initiator_password from a RefCell which is not Sync and caused errors when sending and passing through asynchronous threads.

The current implementation is not ``Sync`` and it will cause errors in a context where it need to be shared between threads in an async context. Hence it cannot get...