feathersjs-ecosystem / feathers-sync

Synchronize service events between Feathers application instances
MIT License
222 stars 41 forks source link

Event not fired in socket on client #11

Closed nicksrandall closed 8 years ago

nicksrandall commented 8 years ago

When using this plugin, I can see that when an action happens, the event is fired and received by the server, but it does not get received on the client via the socket connection. When I remove this plugin, the socket events fire again. Am I missing something?

Any help is appreciated!

daffl commented 8 years ago

What does your setup look like? Is the database connection working?

ekryski commented 8 years ago

@nicksrandall do you mind posting a gist of your setup? We'd love to verify if this is a legit bug or not. Otherwise we are just going to close this out in the next day or two.

daffl commented 8 years ago

Going to close this since we don't have more information to work with and from everything I could tell it works.