Vadim Filin

Results 3 issues of Vadim Filin

Guys you don't reset `p.lastReceivedTime` variable while reconnect so that's cause infinite reconnecting loop.

First of all please excuse me for a lack of information - this is all i have honestly. I have stopping function wrapper: ```go func stopInitiator() { stopChan := make(chan...

Many FIX acceptors (like Standard Chartered for example) rely on [International Atomic Time](https://en.wikipedia.org/wiki/International_Atomic_Time) (TAI) instead of UTC for example. This cause constant time syncing problems between initiator and acceptor. There...