Hi,
I have developed a simple C# bot that has calls for the KeepAlive function once every 15 minutes.
However usually after 10 to 12 hours of bot "uptime" I start getting back from the API the "INVALID_SESSION_INFORMATION" error. Which as I read can either be because the session is invalid or expired.
Question is how can that happen when using KeepAlive? Is there a TTL even for a session that is in constant use and even when using KeepAlive?!
I have developed a simple C# bot that has calls for the KeepAlive function once every 15 minutes.
However usually after 10 to 12 hours of bot "uptime" I start getting back from the API the "INVALID_SESSION_INFORMATION" error. Which as I read can either be because the session is invalid or expired.
Question is how can that happen when using KeepAlive? Is there a TTL even for a session that is in constant use and even when using KeepAlive?!


Comment