-
The
do {
try someOperation()
XCTFail("should throw") // easy to forget
} catch error as SomethingError {
XCTAssertEqual(.something, error as? SomethingError)
} cat…
-
An official security notice was published at the swift forum that provides details about some security issues with SwiftNIO HTTP/2: https://forums.swift.org/t/swiftnio-http-2-security-notice/27855
…
-
The
do {
try someOperation()
XCTFail("should throw") // easy to forget
} catch error as SomethingError {
XCTAssertEqual(.something, error as? SomethingError)
} cat…
-
The
do {
try someOperation()
XCTFail("should throw") // easy to forget
} catch error as SomethingError {
XCTAssertEqual(.something, error as? SomethingError)
} cat…
-
### Question Checklist
- [x] Updated grpc-swift to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/grpc/grpc-swift/blob/master/CONTRIBUTING.md)
- [x] I read [READ…
-
as title
`
Fetching https://github.com/vapor/postgres-kit.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https…
-
# Summary
Our investment in the .NET networking space will focus in the following areas
## Foundation: Sockets, SSL, DNS support.
**Primary Goal:** Provide near-native performance and rock-so…
-
some tests are timing sensitive and they usually fail for me in docker. Likely, there's not much that we can do except for offering a way to disable them. I'd suggest an env var
ENABLE_TIMING_T…
-
### Question Checklist
- [*] Updated grpc-swift to the latest version
- [*] I read the [Contribution Guidelines](https://github.com/grpc/grpc-swift/blob/master/CONTRIBUTING.md)
- [*] I read [READ…
-
**Problem**
Currently there is no way to pass custom protobuf message encoder / decoder. For example UnaryCall accepts request field which is of type Message from SwiftProtobuf. As Message have exten…