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
Is your feature request related to a problem? Please describe.
We now have Refresh proxy, which allows to notify backend periodically while connection is alive. For completeness and for possibility to implement some interesting features (like subscribing and consuming external streams, where application need to be sure subscription still occupied) would be awesome to have subscription refresh proxy also.
Describe the solution you'd like.
Actually, Centrifuge library already has OnSubRefresh handler – so this feature is mostly similar to our refresh proxy in implementation.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We now have Refresh proxy, which allows to notify backend periodically while connection is alive. For completeness and for possibility to implement some interesting features (like subscribing and consuming external streams, where application need to be sure subscription still occupied) would be awesome to have subscription refresh proxy also.
Describe the solution you'd like.
Actually, Centrifuge library already has
OnSubRefresh
handler – so this feature is mostly similar to our refresh proxy in implementation.The text was updated successfully, but these errors were encountered: