lecosson / assql

Automatically exported from code.google.com/p/assql
0 stars 0 forks source link

checkForPackets() can sometimes cause a stack overflow #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If MySql sends data back REALLY fast, the checkForPackets() method will
cause a stack overflow error. Needs to be changed not to use recursion.

Original issue reported on code.google.com by macl...@gmail.com on 6 Jun 2008 at 6:17

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 9 Jun 2008 at 1:33