WebSocket desde Microservicios Nest [closed]

A few days ago I’ve been thinking about a problem, I put it in context.

I have an app in NestJs which has several Microservices, and in the gateway of all of them I have a WebSocket.

Well, if I try to send information from the gateway everything is perfect, but now that I try to send information from a microservice the only thing I get are errors, circular dependencies (when there are none) and other relevant errors.

Maybe I’m doing something wrong or maybe what I raise is unfeasible.

Thank you in advance.

It is to raise a problem, any idea is good.