Fish
Fish
I have tried add `max_allowed_packet` to mysql's starting command. But it shows another error. Can anyone tell me how to solve this?
I mistook it. It didn't show any error. But it simply stuck with high cpu usage just after I post logs from the client. These is the logs I guess:...
This is the code I'm using on client. It's quite simple. ``` button.setOnClickListener(new Button.OnClickListener() { public void onClick(View v) { infinite(); } }); } private void infinite() { infinite(); }...
@F43nd1r Hi, can you reproduce the problem? I'm waiting for the solution, and I can give you more test cases if possible.