Peter Thorson
Peter Thorson
Hi, the error is passed using the return value, not an exception. Here is the fix that I am using in a fork: https://github.com/exPHAT/SwiftWhisper/compare/master...uni-industries:SwiftWhisper:master This allows checking the return value...
I assume this change removes compatibility with the older versions of Asio?
Noted. As I review I am trying to assess whether some sort of fallback is needed. I think I agree that at this point falling back to an older version...
I'm also interested in this answer. With the move to more strict Swift 6 concurrency there are a few objects that are advertised as and appear to be thread safe,...
i've pushed a first draft of some basic client examples, including one that demonstrates a TLS client that performs certificate chain and hostname validation. Check out `print_client` and `print_client_tls` on...
A bad connection indicates that you tried to send (or perform some other operation) on a stale connection_hdl. i.e. a connection that was already closed, but you still have a...