Skip to content

v1.1.0: Refactor packet-handler

Compare
Choose a tag to compare
@iarna iarna released this 06 Aug 21:56
· 100 commits to master since this release

Previously this was an event emitter and it was buggy, event emitter didn't model the problem space well. I've rewritten it as a writable stream. This makes integration easier... one can just pipe the parser straight into it, but it also substantially simplified the implementation too.