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

Update Mpesa struct to be Shared safely between threads

Open phydy opened this issue 5 months ago • 0 comments

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 shared across threads without race condition considerations.

phydy avatar Sep 24 '24 22:09 phydy