quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

OnLogon method not getting invoked on resetting the connection

Open neerajozha opened this issue 1 year ago • 1 comments

Describe the bug The OnLogon method is not getting invoked on subsequent connection resets

To Reproduce Stop the existing connection with ICE, reconnect with ICE again. If you try to disconnect/reconnect again, the OnLogon method is not getting executed.

Expected behavior The OnLogon method should be executed each time the connection is reset.

system information: Windows .Net Core

neerajozha avatar Jun 07 '24 10:06 neerajozha