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 production ticket office which uses Vert.x for realtime and I connecto to MySQL but after a while, every query gets this exception: "com.github.mauricio.async.db.exceptions.DatabaseException: This channel is not active and can't take messages"
Hi!
I have a production ticket office which uses Vert.x for realtime and I connecto to MySQL but after a while, every query gets this exception:
"com.github.mauricio.async.db.exceptions.DatabaseException: This channel is not active and can't take messages"
I have 4 Verticles and all look like this:
I thought it was the fact that I was using
createShared
on every verticle but I doesn't work even If I change it tocreateNonShared
.What's the problem with my code and how can i solve it?
The text was updated successfully, but these errors were encountered: