Jenea Vranceanu

Results 57 comments of Jenea Vranceanu

@yaroslavyaroslav Can this one be closed?

@ariathink Did you have an issue with `sendPromise` or was this issue opened by mistake? There was an issue opened after this one related to EIP-1559 and send/sendPromise functions -...

@yaroslavyaroslav Don't review/merge it! I've found out that I haven't uploaded all changes yet. Will let you know as it's done. What is left is the logic for auto-reconnect only...

@yaroslavyaroslav False alarm. The auto-reconnect feature I've built is based on https://github.com/skywinder/web3swift/pull/446 from @odanylovych It's not complicated but based on `class WebsocketSubscription` -> https://github.com/JeneaVranceanu/web3swift/pull/7/files

@yaroslavyaroslav Btw, we can take only the CI part from this PR to introduce `xcodebuild docbuild` into the CI pipeline. If that was one of the intentions of following DocC...

I suppose that instead of me @CJ42 expected to be tagged :)

This is definitely a bug. I have a similar issue and spent a lot of time debugging it. As a result, I noticed that if `TCPTransport` is used as transport...

I will open a PR with the bug fix soon. Note: I'm working on a project related to blockchain and we are using a load balancer to keep nodes stable...

Also, none of these handlers are called: ``` conn.stateUpdateHandler conn.viabilityUpdateHandler ```

Update: there is a comment that says ``` // Refer to https://developer.apple.com/documentation/network/implementing_netcat_with_network_framework ``` I was wondering if my understanding of the implementation is wrong. Instead, I've found the section this...