Basicly my dumb-ass put the database handler in a go-routine, because I thought, that multi-threading the database connection is a good idea.
My database connection design pattern sucks, so I had to rewrite the database wrapper and now it works like a champ!