From 9c3368f28b9f9cb87084fd3dd4c64447c6269fa3 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sat, 13 Nov 2021 11:05:32 -0600 Subject: [PATCH] :construction: wip: I might have fixed the popping. I was not supposed to be calling `flush` in the first place --- src/decoder.rs | 44 ++++++++++++++++++++++++++++++++++++++------ src/main.rs | 12 +++--------- 2 files changed, 41 insertions(+), 15 deletions(-) diff --git a/src/decoder.rs b/src/decoder.rs index 1776ce8..3b77d8c 100644 --- a/src/decoder.rs +++ b/src/decoder.rs @@ -121,6 +121,30 @@ impl Decoder { } pub fn next (&mut self) -> Result