mpesa-rust icon indicating copy to clipboard operation
mpesa-rust copied to clipboard

updated Mpesa struct to be thread safe

Open phydy opened this issue 4 months ago • 3 comments

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

phydy avatar Sep 24 '24 22:09 phydy