-
-
Notifications
You must be signed in to change notification settings - Fork 508
Open
Labels
Description
Describe the bug
When conducting long-term send and receive tests using the UDP transmission mode of the NNG protocol, after node A receives a message from node B, it sends it back to A unchanged. After sending and receiving approximately 30,000,000 packets of data, each 1024 bytes in size, the sender stops sending application layer data. Packet capture reveals that only messages like CREQ are still being transmitted.
When using the pipeline mode, if the pull end terminates the process using Ctrl + C, and then multiple restarts are performed, a core dump issue may occur.
I'll provide source code of my demos later.