We removed BasicStream, and added BasicInStream and BasicOutStream.
We fixed a bug were reading the multicodec error was blocking the stream (a little hard to see in this diff. Search for "multicodec" and look at the before/after code in 2 different files)
Enable the msgio package (in mcjson.Multicodec), this solves the race condition of multiple messages get concatenated together
In this PR:
BasicStream
, and addedBasicInStream
andBasicOutStream
.msgio
package (in mcjson.Multicodec), this solves the race condition of multiple messages get concatenated together