You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scheduleStart() method is only called once in the constructor, which means that once end of day is reached, it will never be scheduled to reconnect the next morning again. Is that intentional? Is the idea that the Library process will have to be restarted at least once a day as opposed to running 24/7?
If it's not intentional, I think the fix would be to add scheduleStart() to
The
scheduleStart()
method is only called once in the constructor, which means that once end of day is reached, it will never be scheduled to reconnect the next morning again. Is that intentional? Is the idea that the Library process will have to be restarted at least once a day as opposed to running 24/7?If it's not intentional, I think the fix would be to add
scheduleStart()
tohttps://github.com/real-logic/artio/blob/master/artio-samples/src/main/java/uk/co/real_logic/artio/SessionScheduler.java#L244
The text was updated successfully, but these errors were encountered: