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
I have a concern that the TSqlDatabasePool is not working.It seems that the timerEvent method should be called every ten seconds. But, from what I can observe, it appears to only be called once.
I have added some debugging to some of the class methods to trace calls.
I have a concern that the TSqlDatabasePool is not working.It seems that the timerEvent method should be called every ten seconds. But, from what I can observe, it appears to only be called once.
I have added some debugging to some of the class methods to trace calls.
init:
...
database:
timerEvent:
Running TreeFrog using the blog tutorial example,
Pool is initialized:
Event timer is started:
Timer event is called once and not again:
Should the eventTimer method be called every 10 seconds? If so, did I discover a problem? Or, is my methodology flawed?
The text was updated successfully, but these errors were encountered: