what is best way to test reconnection logic using reactor api ?

what is best way to test reconnection logic using reactor api ?
Tagged:

Best Answer

  • Jirapongse
    Answer ✓

    @rinki121

    You need to cut the TCP connection and verify if the application can reconnect to the server and resubscribe to items properly. To cut the TCP connection, on Windows, you can use a tool like TCPView to close the connection. You may unplug the network or disable the network interface.

    Otherwise, you can kill the provider application, or ADS and then restart it.