argentlabs / web3.swift

Ethereum Swift API with support for smart contracts, ENS & ERC20
MIT License
668 stars 168 forks source link

[FIX] Remove potential deadlock when using async-await. Provide network at client initialization instead #336

Closed DarthMike closed 1 year ago

DarthMike commented 1 year ago

Using semaphores across Structured Concurrency Tasks is not safe, so need to remove it here