REQ-REP server crashes after restart if there are connected clients
Description
Environment
Windows 7, MSVC 2010
Attachments
2
- 19 Feb 2012, 03:47 PM
- 19 Feb 2012, 03:47 PM
Activity
Show:
Martin Hurton June 27, 2012 at 6:34 AM
Hi Nikolay, could you tell us which assertion is failing?
1. Start server (REP, tcp)
2. Start client (REQ, tcp) >>> after start client can communicate with server without issue
3. Kill server >>> client hangs -OK
4. Start server back
Actual:
Assert message pops up. Server hangs.
Expected:
After restart client can continue communicate with server
Please find code example attached.