0.5.0
- Pub/Sub improvements:
-
- replaced
PubSubStream
streamedValue
by a more typed Rust struct:PubSubMessage
- replaced
-
- added associate functions
subscribe
,psubscribe
,ssubscribe
toPubSubStream
to be able to add additional subscriptions to an existing stream
- added associate functions
-