Skip to content

Fix ForkMessageContextSociRepository using SociHelper

Anthony Gauchy requested to merge fix/mysql_server_has_gone_away into master

Fix a bug where soci always return "MySQL server has gone away" and ForkMessageContextSociRepository do not re-connect to DB. SociHelper already does that.

Merge request reports