An incomplete header passed into Message.new will NOT result in InvalidMessage which is bad.
This fixes that but isn't terribly pretty.
The next PR I'd like to do will replace some of this though, simplify the library, and cause some breaking changes....
(getting rid of Message.raw() and storing data as maps, etc)
An incomplete header passed into Message.new will NOT result in InvalidMessage which is bad. This fixes that but isn't terribly pretty.
The next PR I'd like to do will replace some of this though, simplify the library, and cause some breaking changes.... (getting rid of Message.raw() and storing data as maps, etc)