Skip to content

v0.4.3

Compare
Choose a tag to compare
@jell-o-fishi jell-o-fishi released this 08 Nov 10:52
· 607 commits to master since this release
0eed515
  • Command line fixes:
    • limit_rate argument was effectively ignored. fixed
  • Added on_ready callback to RSocketServer. Called when sender/receiver tasks are ready
  • Implement ReactiveX (3.0, 4.0) server side handler. Allows to define RequestHandler directly using ReactiveX
  • Added sending_done_event argument to request_channel to allow client to wait until sending to server is complete/canceled
  • Added find_by_mimetype to CompositeMetadata class. Returns list of relevant items by mimetype
  • Breaking Change: Removed RSocketBase class dependency from RequestHandler. It is not longer required as an argument to init