Zsolt Váradi
Zsolt Váradi
Text and Binary are two different opcodes in the [websocket protocol](https://tools.ietf.org/html/rfc6455#section-5.6), the two handler functions simply reflect that. If the client sends a text message, it is routed to onText,...
Hey, I think it's still a solid feature request.
@shenfu1991 There are a few mistakes there, including creating a new MultiThreadedEventLoopGroup instead of using the `app`'s, not starting this new group (but this point is moot, since you shouldn't...
@Lukasa could you please elaborate a bit on how a Vapor application should _shut down_ if the main thread is parked into the RunLoop? I tried looking around for information...
The server returned a redirect to `https://ipinfo.io/8.8.8.8` which HTTPClient didn't even try to follow. I don't know if it's supposed to do so currently. If so: you ran into a...
You shouldn't bother with this package. It was abandoned during the development of Vapor 3, so the master branch is broken. This is kept around for the tagged versions that...
This particular package has been abandoned, as HTTP become part of the vapor/vapor repository for version 4 of the Vapor framework. Which is, by the way, still alive. 🙂
For a practical workaround, I think you should forget that HTTPClient exists, and instead stick with URLSession – or it's Vapor wrapper `Client`, if you're inside a Vapor app.
It's a well-known limitation of the POSIX networking on iOS that it cannot enable cellular radio by itself, unlike CoreFoundation streams and other higher-level networking frameworks. Therefore, you shouldn't rely...
I did some tests, it seems the RxTest product is the one that kills the mood. The other four, in any combination, work fine. I wonder what's so special about...