jsonfry
jsonfry
Sadly, I'd love to see this too!
If I were to implement this (no promises) any pointers on where to start, just trying to understand jade now...?
I'm also not seeing my bot reconnect if the network connection drops
fixes #320
I've been noticing this too, I have swift format installed with brew. It seemed to start happening after v1.6.4 (so from v1.6.5)
Yes, still a probelm on 1.14.0. Here's a simple Python server that responds with the request headers as the body: ```python from http.server import BaseHTTPRequestHandler, HTTPServer class RequestHandler(BaseHTTPRequestHandler): def do_GET(self):...
I'm planning on handling some websocket events soonish this year, would love to see this progressed and happy to help if I can? I'll need to make something work regardless...
Thank you so much!
Anything holding this up? I can see a soundness check failed but I can't see the details of that
I've opened a PR, but there might be problems with this approach regarding encoding / decoding http status as the swift http struct for status also incldudes a reason phrase...