-
Pulled off of Master and am getting this when compiling for the first time:
```
:1:9: note: in file included from :1:
#import "shim.h"
^
/Users/local/Projects/AG Projects/TestAPNS/swift…
-
See https://github.com/apple/swift-nio.
At the moment, each request the server opens one dispatch thread just to wait on its `gRPC` operation queue, plus potentially more for sending/receiving data…
-
### New Issue 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 searc…
-
tested with swift-nio-http2 commit 492f375a14067457636b7eec8226436b580f477e and the http2-client from swift-nio-examples. Note, these might be bugs in http2-client too, I know it doesn't race the conn…
-
### Expected behavior
HTTP/2 `HTTPHeaders` should have `isKeepAlive` = `true`.
### Actual behavior
`HTTPHeaders.isKeepAlive` is `false` for an HTTP/2 request. The [unspecified check](https://…
-
I think you have a bug here:
https://github.com/kylebrowning/swift-nio-http2-apns/blob/4fa6353d29ac7eb0fe5ad3656ba04ee1eda8ea87/Sources/NIOAPNS/APNSConnection.swift#L18
If the connection to the …
-
Zero length data frames aren't parsed correctly in HTTP2FrameParser.swift:
https://github.com/apple/swift-nio-http2/blob/0ac9fa6e30c4283902277ce3d6e5a2a2f1b05879/Sources/NIOHTTP2/HTTP2FrameParser.…
-
### New Issue 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 searched …
a75c6 updated
5 years ago
-
I think it would be better to implement the following methods.
https://github.com/grpc/grpc-swift/blob/0.4.3/Sources/SwiftGRPC/Runtime/ServiceServer.swift#L88-L97
For example, extend `sendStatus` …
-
The CgRPC and NIO variants are disjoint (well, almost: `StatusCode.swift` and `echo.proto` are shared) but live in the same Swift package and repository.
This has a couple of drawbacks:
- Both are…