-
### Expected behavior
When using `NIOTSListenerBootstrap` I would expect to be able to provide an async block since the common methods one would call within this have await-able versions. eg `channel…
-
| | |
|------------------|-----------------|
|Previous ID | SR-11608 |
|Radar | None |
|Original Reporter | mremond (JIR…
-
| | |
|------------------|-----------------|
|Previous ID | SR-15366 |
|Radar | rdar://problem/84508409 |
|Original Repo…
-
### Expected behavior
WebSocket client should call `notUpgradingCompletionHandler` from `NIOTypedHTTPClientUpgradeConfiguration` when WebSocket server refuses a connection.
### Actual behavior
We…
-
### Expected behavior
`NIOTSListenerBootstrap` has all the typed bind functions that `ServerBootstrap` has.
### Actual behavior
`NIOTSListenerBootstrap.bind(unixDomainSocketPath:cleanupExistingS…
-
**Description**
We are preparing our OSS packages to support visionOS warning free but are currently running into a misdiagnose of a deprecation warning. Following code shows an example of this
``…
-
Currently, `Future.flatMap` is implemented like this: https://github.com/vapor/core/blob/fda3ebda8046af7c9a886fa4a5cfd886111ac23e/Sources/Async/Future%2BMap.swift#L45
Would it be possible to call t…
-
[TIL](https://jvns.ca/blog/2022/01/15/some-ways-dns-can-break/#problem-round-robin-dns-doesn-t-work-with-getaddrinfo) that apparently, `getaddrinfo` does not do DNS round-robin'ing because apparently …
-
Sigh, it's back; `ERROR: Cannot schedule tasks on an EventLoop that has already shut down. This will be upgraded to a forced crash in future SwiftNIO versions.`
So hard and annoying to diagnose but…
-
### Expected behavior
MessageToByteHandler should conform to RemovableChannelHandler
### Actual behavior
MessageToByteHandler doesn't conform to RemovableChannelHandler
Is there a reason for M…