Mesteche

Results 3 issues of Mesteche

Right now there is only one test, covering the creation and connection of the socket.

In your test of the fix combinator, I think you don't actually test the combinator since f is redefined inside it's anonymous parent function. Maybe try replacing this: ```js const...

Hello, nice work on this lib. I like the linked list approach. I think I found a bug though, an implementation details that prevents doing "bulk reads" of the stream....