-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting error got packets out of order.. #1
Comments
Hi, thanks for submitting this issue. |
version 8.0.27(Mysql community server -GPL) |
Hi, pleases sumbit your |
|
Can you submit your source code? |
am using your package for standalone desktop application with mysql as localhost database.
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Error 1156 (08S01): Got packets out of order
#0 Handler.checkResponse (package:dart_mysql/src/handlers/handler.dart:77:7)
#1 QueryStreamHandler.processResponse (package:dart_mysql/src/query/query_stream_handler.dart:50:18)
#2 ReqRespConnection._handleData (package:dart_mysql/src/single_connection.dart:349:32)
#3 ReqRespConnection._handleHeader (package:dart_mysql/src/single_connection.dart:318:13)
#4 ReqRespConnection._readPacket (package:dart_mysql/src/single_connection.dart:303:7)
am getting this error in other flutter packages also like mysql_utils.
I dont know whether i have to configure anything extra in MySql.
The text was updated successfully, but these errors were encountered: