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 some reason ReplayExtension doesn't work at all for me on the channel. I can set it up at the client level and I properly receive all past events when I subscribe to the PushTopic but it doesn't work on the channel object.
I've used the hasExtension method before and after the addExtension on the channel and it seems ok, it's false before and true after.
I see this as an issue as well. On the apps I am using which use this package, I am using a client wide instance of the CachedReplayExtension, which will be OK to run with all of your channels as it saves replay IDs by channel name.
However I do see that as a glitch, the channel specific extensions should be allowed to overwrite the client wide extensions regardless.
For some reason ReplayExtension doesn't work at all for me on the channel. I can set it up at the client level and I properly receive all past events when I subscribe to the PushTopic but it doesn't work on the channel object.
I've used the hasExtension method before and after the addExtension on the channel and it seems ok, it's false before and true after.
Any idea of what I'm missing ?
By the way I also encounter the #74 issue.
For information I'm using laravel 7 and SF API V44.0.
The text was updated successfully, but these errors were encountered: