Recycle MemoryStream in WebSocketClient
Created by: WamWooWam
Summary
Don't create new memory streams for each socket message received
Details
Tiny but effective optimization, when receiving large numbers of socket messages.
Changes proposed
- Let's repeat myself for a third time