-
### Description
When a multipart request schema has a binary part
```yaml
properties:
file:
type: string
format: binary
```
with `openapi: 3.0.0` we get
```swift
try c…
-
I was able to write an event source text stream as a ResponseBody, but I have found that when the client disconnects, the task continues running indefinitely, even when the server tries to gracefully …
-
| | |
|------------------|-----------------|
|Previous ID | SR-12706 |
|Radar | rdar://problem/62639675 |
|Original Repo…
-
wechat/Sources/Wechat/pay/wxpayParam.swift:10:8: error: no such module 'CryptoKit'
import CryptoKit
-
### 👟 Reproduction steps
When I add the developer SDK following this , the previews fail to render.
### 👍 Expected behavior
The previews should render.
### 👎 Actual Behavior
![Image](https://gith…
-
@buckstephenh commented on [Mon Aug 29 2016](https://github.com/IBM-Swift/Kitura-net/issues/86)
Hi, I am looking at some greenfield development and would like to make use of HTTP/2 PUSH_PROMISE. Any…
-
for debugging purposes, we should offer an option to switch on plain text .pcap recording.
It should be very clear that it's for debugging because `NIOWritePCAPHandler.SynchronisedFileSink` blocks …
-
### Describe the bug
The RPCs start to fail when connectivity changes, e.g. wifi -> cellular, or wifi -> disabled, on/off airplane mode.
The later RPCs all fails, only after restarting the app (…
-
### Description
A property like the following
```yaml
seed:
type: integer
minimum: -9223372036854776000
maximum: 9223372036854776000
nullable: true
description: >
```
fails w…
-
`ByteBuffer`'s `get*`/`set*` methods have a very niche use-case. In almost all cases, the users should use `read*`/`write*` or something like `readableBytesView`.
The key issues are stuff like `buf…