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
Still have the old polling API with start() and stop() functions. These should no longer be used, and safe to remove. The startPolling(input) and stopPollingByPollingToken(pollingToken) functions from the base class StaticIntervalPollingController should be used instead.
The text was updated successfully, but these errors were encountered:
Still have the old polling API with
start()
andstop()
functions. These should no longer be used, and safe to remove. ThestartPolling(input)
andstopPollingByPollingToken(pollingToken)
functions from the base classStaticIntervalPollingController
should be used instead.The text was updated successfully, but these errors were encountered: