Skip to content

v0.4.dev1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jell-o-fishi jell-o-fishi released this 14 Oct 06:47
· 759 commits to master since this release
b479682
  • Breaking change: Added ability to await fire_and_forget and push_metadata:
    • Both now return a future which resolves when the frame (or all fragments) finished sending.
  • Fixed fragmentation implementation (misunderstood spec):
    • fragments after first one are now correctly of type PayloadFrame
    • fragment size now includes frame header and length.
    • Added checking fragment size limit (minimum 64) as in java implementation
    • Updated examples
  • Added reactivex (RxPy version 4) wrapper client