Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble with Replay Extension #75

Open
C0chett0 opened this issue Apr 10, 2020 · 3 comments
Open

Trouble with Replay Extension #75

C0chett0 opened this issue Apr 10, 2020 · 3 comments

Comments

@C0chett0
Copy link

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.

@NickALafrance
Copy link
Contributor

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.

@gohelkiran30
Copy link

@C0chett0 Issue #74 is fixed by installing missing php-curl extension.

@C0chett0
Copy link
Author

Thanks for the input @gohelkiran30 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants