vapor-community / sockets

🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575 stars 54 forks source link

Fix #142 #143

Closed koraykoska closed 7 years ago

koraykoska commented 7 years ago

Fixed the wrong readAll() implementation for ReadableStream. See https://github.com/vapor/sockets/issues/142 for details.

@tanner0101 If you want me to add some tests, I will do it in another commit.

tanner0101 commented 7 years ago

Thanks, @Ybrin :)