I'm using NNG as my inter-server msg-queue.
Background:
- I'm implementing a pair of long time background services, those are communicating with NNG;
- Protocol: pair0 @ tcp;
- The payload message occurs maybe a second, or maybe a day;
My question: Does NNG automatically transmit a "Heartbeat" msg peroidically to each peer to keep the TCP connection alive, if there is no producing msg for a specific time duration?
If NOT, should I do "HeartBeat" by myself?
BTW, this is the first time I use NNG. I don't know whether there is a official/populated support forum of it, so I ask my question here. If such a forum exists, pls. tell me. Thanks!