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
Hi. I am not suer if it is a bug or not, but i have the folowing problem.
I have a service Users which uses fastJoin in after hooks. It works perfectly when i call the service from socketio client. But when the call comes from the server it does not send fastjoined data to client. I am checking context.result in very last after hook and at that place it is still ok, but when socket client receives updated event data, fastjoined data is missing.
The text was updated successfully, but these errors were encountered:
I would think this has something to do with when context.dispatch https://docs.feathersjs.com/api/hooks.html#contextdispatch is set. You may have to set that yourself if you want the client to get a populated record from a server-side method call.
Hi. I am not suer if it is a bug or not, but i have the folowing problem.
I have a service Users which uses fastJoin in after hooks. It works perfectly when i call the service from socketio client. But when the call comes from the server it does not send fastjoined data to client. I am checking context.result in very last after hook and at that place it is still ok, but when socket client receives updated event data, fastjoined data is missing.
The text was updated successfully, but these errors were encountered: