zanarkand icon indicating copy to clipboard operation
zanarkand copied to clipboard

Replace Reassembler Channel with a proper Buffer

Open ayyaruq opened this issue 3 years ago • 0 comments

Using a channel for reassembled data has proven less than optimal, specifically it's difficult to debug and is too strict on types and how we return data. Switching to a straight up data buffer and isolate ingress and egress seems like the best way to address this.

ayyaruq avatar Dec 28 '21 02:12 ayyaruq