Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 04 Mar 13:36
· 17 commits to default since this release
2e585c8
  • Fix id: lines triggering incomplete Event::Message event.
    A stream like this:
    data:start
    id:1243
    data:end
    
    previously emitted two messages, with data start and end respectively, but should emit one with data start\nend.