-
### Description
After create a macro that adds the same name, the same type, and the same initialization value, an unknown compilation error occurs.
Because it is macro, declaring and implementi…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI.
### Description
> Background Con…
-
### I have searched through the issues and didn't find my problem.
- [X] Confirm
### About the icon
Vapor - a server-side Swift framework
### Links and sources
https://www.vapor.codes
…
0xTim updated
4 months ago
-
**Is your feature request related to a problem? Please describe.**
I'm using WebSocketKit on both the Vapor server-side, and from a client-side. For my own custom authentication system, I'd like to s…
edonv updated
4 months ago
-
I'm working on a Swift project that has a server side, and client side. I'd like to unify the definition of endpoints across both builds.
Something like this would be very useful:
````
let rout…
lmcd updated
6 months ago
-
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 …
-
I was migrating an HTTP Server to FlyingFox and I encountered a client side error "Socket write failed". I spent some time to discover this line:
https://github.com/swhitty/FlyingFox/blob/ed86fc6d6…
-
The `asyncio` hub in #869 doesn't support multiple readers on a single file descriptor.
The mechanism which implements this feature is very confusing to me; additional readers are added in a `BaseH…
-
Even though it looks like the implementation of SwiftRoute is attempting to support Colab, my recent tries to run the example code (the piece for running in jupyter notebook) in a Colab notebook has f…
-
Hi Team,
Please check the issue rasied in below URL - **https://github.com/kahing/goofys/issues/171#issuecomment-294687949**
Steps performed -
1. Installed swift3 in CentOs
2. Installed goofys…