-
Notifications
You must be signed in to change notification settings - Fork 49
Description
#ask
when my app running in debug version, its working fine. but when my app running in release mode, there's some problem :
I/flutter (18656): [http://LINK_TO_SERVER_AND_PORT/, FunctionId@788403732, FunctionId@788403732]
I/flutter (18656): ======> ~ Socket status: reconnect_attempt
I/flutter (18656): [http://LINK_TO_SERVER_AND_PORT/, FunctionId@788403732, FunctionId@788403732]
I/flutter (18656): ======> ~ Socket status: reconnecting
I/flutter (18656): [http://LINK_TO_SERVER_AND_PORT/, FunctionId@788403732, FunctionId@788403732]
I/flutter (18656): ======> ~ Socket status: connect_error
I/flutter (18656): [http://LINK_TO_SERVER_AND_PORT/, FunctionId@788403732, FunctionId@788403732]
I/flutter (18656): ======> ~ Socket status: reconnect_error
Please someone help me