| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Hello, I didn't see any contribution guidelines but made this fix that I think others may find useful. Let me know if there's anything you'd like me to change about the PR. Also: Thanks for making such a nice library and sharing it with everyone! |
Sorry, something went wrong.
This is much faster than calling `socket.read()` to read byte-by-byte. I believe this is the same issue raised here: httpswift#314
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
`WebsocketSession.readFrame()` should batch read payload bytes.
| Back | FazBrowse Home | New Git URL |
This is much faster than calling socket.read() to read byte-by-byte.
I believe this is the same issue raised here: #314