Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Will web3 and eth have circle reference issues? #601

Closed
vincentiss opened this issue Aug 1, 2022 · 1 comment
Closed

Will web3 and eth have circle reference issues? #601

vincentiss opened this issue Aug 1, 2022 · 1 comment

Comments

@vincentiss
Copy link

class web3{

    var ethInstance: web3.Eth?
    ....
   
    public class Eth: TransactionOptionsInheritable {
        ...
        public init(provider prov: Web3Provider, web3 web3instance: web3) {
            provider = prov
            web3 = web3instance
        }
    }

I didn't see the release of web3 in 'debug memory graph'.

@yaroslavyaroslav
Copy link
Collaborator

Please try new major update, is this issue is still represents there?

@Kristenlike1234 Kristenlike1234 added the FAQ common questions tend to recur about web3 infra label Oct 6, 2022
@Kristenlike1234 Kristenlike1234 removed the FAQ common questions tend to recur about web3 infra label Oct 10, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants