It’s not great but it works
Hi all - does anyone have any experience with using raw-stream?
as an option when consuming data via aleph’s websocket-client
? My understanding after reading some of Netty’s docs is that I’ll need to call release
on the ByteBuf object when I’m done processing it and I’m just wondering if it’s actually that simple…?