I use zeromq sub-pub mode in my app, but I got a problem: I started sub app and subscribed the message, and then started pub app later, and the pub app will not publish any message in half hour or longer, after this, the pub app will pub messages to the sub-app, but the sub-app was blocked there without any message or some of the messages are lost.
If someone knows what's the problem? Thank you in advance.