-
I'm using SwiftNIO and gRPC in one binary, which means that I need to link with both `openssl` (for SwiftNIO) and `BoringSSL` (for gRPC). (I know, linking with two variants of `openssl` at the same ti…
-
### Expected behavior
After starting NIOHTTP1Server from the console, returned results from the published end points often return data for another end point.
### Actual behavior
Return expected v…
-
### Expected behavior
Add instructions on how to generate an `xcodeproj` to work on SwiftNIO from Xcode.
### Actual behavior
There is no documentation I can find on how to do this.
### How to …
-
First of all, thanks for all this great work! I am a contributor to the [`grpc-swift`](https://github.com/grpc/grpc-swift) project and interested in building a fully Swift-native gRPC implementation o…
-
### Expected behavior
Find and echo the available port or return gracefully
### Actual behavior
htdocs = /dev/null/
Fatal error: Error raised at top level: bind(descriptor:ptr:bytes:) failed: A…
-
### Expected behavior
`EventLoopTest.testShuttingDownFailsRegistration` should be stable and not randomly fail.
### Actual behavior
```
18:32:26 Test Case 'EventLoopTest.testShuttingDownFailsR…
-
### Expected behavior
To build successfully in Xcode
### Actual behavior
Hit a Swift 4.2 bug/error:
Assertion failed: ((allowTypeAliasXRef || !isa(D) || D->getModuleContext() == M) && "cannot c…
-
In SwiftNIO we [improved the wait-on-EventLoop detection](https://github.com/apple/swift-nio/pull/553) to now catch many more of those issues. In fact it hits one in Vapor itself
### Steps to rep…
-
### Expected behavior
I expected that my code is not going to be frozen when I am trying to call wait() on the write method
### Actual behavior
wait method called from write method is locking up …
nerzh updated
6 years ago
-
### Expected behavior
all tests should pass
### Actual behavior
The following test case fails
```bash
Test Case 'HTTPUpgradeTestCase.testUpgradeWithUpgradePayloadInlineWithRequestWorks' started…