Stick-table fails when balancing MQTT traffic. Any suggestions or debugging hints?

Solved. I added

tcp-request inspect-delay 10s
acl content_present req_len gt 0
tcp-request content accept if content_present

to my frontend config. Maybe not the best solution, but works for me so far. I’m yet to test it with bigger loads.