You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a performance improvement the diskfree module only sends updates to a wsPubSub channel if the output changed compared to the previous state. The stream is started when the first client connects and subscribes, so it gets the first update, but when the second client connects it does not get any update on that channel if the output is not changing.
Adding SOW (state of the world) support for wsPubSub will solve this, so I'm not fixing this separately.
The text was updated successfully, but these errors were encountered:
For a performance improvement the diskfree module only sends updates to a wsPubSub channel if the output changed compared to the previous state. The stream is started when the first client connects and subscribes, so it gets the first update, but when the second client connects it does not get any update on that channel if the output is not changing.
Adding SOW (state of the world) support for wsPubSub will solve this, so I'm not fixing this separately.
The text was updated successfully, but these errors were encountered: