Subscriptions and unsubscriptions do not affect client working in another process

38 Views Asked by At

I have 2 services - one suscribes/unsubscribes on some channels, anther one handles pushes. I seems that these subscriptions made by the first client in the first process don't affect the second one - it doesn't receive pushes from added channels. At least immediately (I waited for 20 mins). After process restart it started working well. Is it 100% procent neccessary to reinitialize client in my scenario or there is some way to avoid it?

Thanks, Denis

0

There are 0 best solutions below