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
How can I unsubscribe after subscribe.
The flow I want to implement is
I start subscribing of Salesforce Streaming API by cron job in morning.
And I want to stop subscribing of Salesforce Streaming API in evening.
But I can't unsubsubscribe if no events is receiving during that time.
Is there anyways for unsubscribing the channel?
The text was updated successfully, but these errors were encountered:
How can I unsubscribe after subscribe.
The flow I want to implement is
I start subscribing of Salesforce Streaming API by cron job in morning.
And I want to stop subscribing of Salesforce Streaming API in evening.
But I can't unsubsubscribe if no events is receiving during that time.
Is there anyways for unsubscribing the channel?
The text was updated successfully, but these errors were encountered: