rubenlagus / TelegramBotsExample

A simple to use library to create Telegram Bots in Java
GNU General Public License v3.0
484 stars 229 forks source link

JDBC Connection is closed automatically #45

Closed artek2001 closed 5 years ago

artek2001 commented 5 years ago

The problem is that after some time JDBC closes connection with MySQL database and there is no method in code to reload connection. Maybe I looked not too attentively. Can you help? Thanks in advance