feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
14.97k stars 742 forks source link

Event not fired inside hook #3400

Closed arcanys-ivan closed 5 months ago

arcanys-ivan commented 5 months ago

I have a service that has a hook that also patch/update other service inside of it

i use await app.service('my-service').patch('id', data)

but theres no realtime event fired