Pacu

Results 98 comments of Pacu

> Can you provide the full output that includes all the compilation lines? Guess which command started to work successfully out of nowhere 🥶

Hello! Here's my little contribution to this issue. Ever since I adopted the settings recommended in the documentation I started to see this really often ```` let connectionBuilder = secure...

Most of the issues cleared once I moved away from `ClientConnection` to `GRPCChannelPool` like this ```` let transportSecurity = secure ? GRPCChannelPool .Configuration .TransportSecurity .tls( .makeClientConfigurationBackedByNIOSSL() ) : GRPCChannelPool .Configuration...

> This is great feedback. I'll check that out. I don't know what the settings are. Thank you

> It depends why they fail. If the connection has failed then it's highly likely that all in flight RPCs will fail. > > For what it's worth, you should...

> Concretely, this error is thrown from https://github.com/apple/swift-nio-ssl/blob/c30c680c78c99afdabf84805a83c8745387c4ac7/Sources/NIOSSL/SSLContext.swift#L225. This error is therefore related to the choice of signing algorithms, which would be derived from custom TLS configuration. Are you making...

> Intersting... I cannot reproduce this. What version of NIOSSL are you using? My Package.resolved shows ```` { "package": "swift-nio-ssl", "repositoryURL": "https://github.com/apple/swift-nio-ssl.git", "state": { "branch": null, "revision": "42436a25ff32c390465567f5c089a9a8ce8d7baf", "version": "2.20.0"...

Notice that this is a feature request for a less deep throwing API. I'm not getting any errors but it would be nice to have a friendlier API for it....

I apologize for the misunderstanding. 🙏🙏🙏 I'm not being thrown an error. What I'm describing (and suggesting) is that the throwing originates really deep into the stack so it would...

> : Assigning Penalty Fees to transaction fees allows miners to exit older pools with no fee, since they can pay themselves this fee in their own blocks. Miners could...