mavlink / MAVSDK-Java

MAVSDK client for Java.
68 stars 40 forks source link

Streams fix #80

Closed divyanshupundir closed 2 years ago

divyanshupundir commented 2 years ago

Problem: If two subscribers subscribed to the same flowable, the one which subscribed first would stop getting emissions.

Fix: Added Flowable#share operator that allows multiple subscribers to get the emissions simultaneously.