a3 icon indicating copy to clipboard operation
a3 copied to clipboard

replace `ref.invalid` with proper notifiers that listen to SDK events

Open gnunicorn opened this issue 10 months ago • 0 comments

And make sure they use the proper pattern of subscribeStream (that is rust internal) and listner.listen for the actual stream.

_listener = XXX.subscribeStream(); // keep it resident in memory
_poller = _listener.listen(

gnunicorn avatar Apr 02 '24 15:04 gnunicorn