-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
LiveQuery Adapter #6474
Comments
Can you please add a |
output
|
I'm not sure you can pass in the WSSAdapter that way. This may be a bug. Look at the test cases for how to set the adapter |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Issue Description
I tried to create a custom WSAdapter but it didn't call. or even instantiate.
i tried also another class PubSubAdapter it work but the createSubscriber function never been called.
Steps to reproduce
this is my code
Expected Results
I expect that logs is shown when class is instantiated. and the onConnection function was called when new client are subscribed.
Actual Outcome
no logs shown.
Environment Setup
Server
Database
Logs/Trace
The text was updated successfully, but these errors were encountered: