Git Product home page Git Product logo

Comments (9)

gbirchmeier avatar gbirchmeier commented on July 21, 2024

Great catch. Is there a chance you can attach your altered code as a
starting point?

Better yet, we always welcome contributor patches (make a fork and fix
it, then submit a pull request), if you're open to giving it a shot.

from quickfixn.

aferrandi avatar aferrandi commented on July 21, 2024

// instead of lastConnectTickCount
private DateTime lastConnectTime = DateTime.MinValue;

.
.
.

protected override void OnStart()
{
shutdownRequested_ = false;

        while(!shutdownRequested_)
        {
            DateTime now = DateTime.Now;
            if (now.Subtract(lastConnectTime).Seconds >= reconnectInterval_)
            {
                Connect();
                lastConnectTime = now;
            }

            Thread.Sleep(1 * 1000);
        }
    }

from quickfixn.

mgatny avatar mgatny commented on July 21, 2024

We will need to fix the test request timer and the heartbeat timer, which also use TickCount.

from quickfixn.

gbirchmeier avatar gbirchmeier commented on July 21, 2024

A different code solution was pasted in #53.

Lots of people seem to be hitting this, so we should probably try to make some fix soon.

from quickfixn.

mjwood7 avatar mjwood7 commented on July 21, 2024

I'll give it a shot.

from quickfixn.

gbirchmeier avatar gbirchmeier commented on July 21, 2024

Issue still open. #55's submission was rejected because tests didn't build.

from quickfixn.

mjwood7 avatar mjwood7 commented on July 21, 2024

Sorry for the delay Grant. Had a bunch of other stuff come up at
work. I hope to have this committed with fixes to the unit tests etc
by the end of the day.

On Wed, Apr 25, 2012 at 2:48 PM, Grant Birchmeier
[email protected]
wrote:

Issue still open.  #55's submission was rejected because tests didn't build.


Reply to this email directly or view it on GitHub:
#42 (comment)

from quickfixn.

cbusbey avatar cbusbey commented on July 21, 2024

I just pulled mjwood7's fix into master. Can we get confirmation that this resolves the issue?

from quickfixn.

gbirchmeier avatar gbirchmeier commented on July 21, 2024

Closed by pull request #63.

from quickfixn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.