--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/fcff08f2-b0ee-496c-9862-c49b1382a627n%40googlegroups.com.
Hi Suzuki San,Shared the client file having issue.The log file as below;================Launching lib\main.dart on SM G610F in debug mode...
√ Built build\app\outputs\apk\debug\app-debug.apk.
Connecting to VM Service at ws://127.0.0.1:57407/gOwiHWrJT8w=/ws
D/libGLESv2(10014): STS_GLApi : DTS, ODTC are not allowed for Package : com.example.socket_project
D/ViewRootImpl@6e4f022[MainActivity](10014): ViewPostIme pointer 0
D/ViewRootImpl@6e4f022[MainActivity](10014): ViewPostIme pointer 1
I/flutter (10014): CREATING NEW SOCKET: http://localhost:8081/data-info
I/flutter (10014): Created+++++++++++
I/flutter (10014): working
D/FlutterSocketIoPlugin: FlutterSocketIoPlugin(10014): onMethodCall: socketInit - domain: http://localhost:8081 - with namespace: /data-info
D/FlutterSocketIoPlugin: TOTAL SOCKETS: (10014): 0
D/FlutterSocketIoPlugin: TOTAL SOCKETS: (10014): 0
D/FlutterSocketIoPlugin: added SocketIO(10014): http://localhost:8081/data-info
D/FlutterSocketIoPlugin: SocketIO(10014): connecting...null
D/ViewRootImpl@6e4f022[MainActivity](10014): ViewPostIme pointer 0
D/ViewRootImpl@6e4f022[MainActivity](10014): ViewPostIme pointer 1
I/zygote (10014): Do partial code cache collection, code=22KB, data=30KB
I/zygote (10014): After code cache collection, code=22KB, data=30KB
I/zygote (10014): Increasing code cache capacity to 128KB
I/flutter (10014): Created+++++++++++
I/flutter (10014): working
D/FlutterSocketIoPlugin: FlutterSocketIoPlugin(10014): onMethodCall: socketInit - domain: http://localhost:8081 - with namespace: /data-info
D/FlutterSocketIoPlugin: TOTAL SOCKETS: (10014): 1
D/FlutterSocketIoPlugin: SocketIOManager(10014): socket: http://localhost:8081/data-info already existed!================Regards,Sridhar.On Wed, Aug 5, 2020 at 10:11 AM Sridhar Parida <spa...@asiczen.com> wrote:Hi Suzuki San,Shared the server ( .jar ) link.Regards,Sridhar.
Launching lib\main.dart on SM G610F in debug mode...
√ Built build\app\outputs\apk\debug\app-debug.apk.
Connecting to VM Service at ws://127.0.0.1:59598/mtWv_zPlLJ8=/ws
D/libGLESv2(12134): STS_GLApi : DTS, ODTC are not allowed for Package : com.example.socket_project
D/ViewRootImpl@6e4f022[MainActivity](12134): ViewPostIme pointer 0
D/ViewRootImpl@6e4f022[MainActivity](12134): ViewPostIme pointer 1
I/flutter (12134): CREATING NEW SOCKET: localhost:8081/data-info
I/flutter (12134): Created+++++++++++
I/flutter (12134): working
D/FlutterSocketIoPlugin: FlutterSocketIoPlugin(12134): onMethodCall: socketInit - domain: localhost:8081 - with namespace: /data-info
D/FlutterSocketIoPlugin: TOTAL SOCKETS: (12134): 0
D/FlutterSocketIoPlugin: TOTAL SOCKETS: (12134): 0
D/FlutterSocketIoPlugin: added SocketIO(12134): localhost:8081/data-info
D/FlutterSocketIoPlugin: SocketIO(12134): connecting...null
D/ViewRootImpl@6e4f022[MainActivity](12134): ViewPostIme pointer 0
D/ViewRootImpl@6e4f022[MainActivity](12134): ViewPostIme pointer 1
D/ViewRootImpl@6e4f022[MainActivity](12134): ViewPostIme pointer 0
D/ViewRootImpl@6e4f022[MainActivity](12134): ViewPostIme pointer 1
I/flutter (12134): Created+++++++++++
I/flutter (12134): working
D/FlutterSocketIoPlugin: FlutterSocketIoPlugin(12134): onMethodCall: socketInit - domain: localhost:8081 - with namespace: /data-info
D/FlutterSocketIoPlugin: TOTAL SOCKETS: (12134): 1
D/FlutterSocketIoPlugin: SocketIOManager(12134): socket: localhost:8081/data-info already existed!
I/zygote (12134): Do partial code cache collection, code=26KB, data=30KB
I/zygote (12134): After code cache collection, code=26KB, data=30KB
I/zygote (12134): Increasing code cache capacity to 128KB
V/InputMethodManager(12134): Starting input: tba=android.view.inputmethod.EditorInfo@65e6234 nm : com.example.socket_project ic=null
D/InputMethodManager(12134): startInputInner - Id : 0
I/InputMethodManager(12134): startInputInner - mService.startInputOrWindowGainedFocus
D/InputTransport(12134): Input channel constructed: fd=91
D/InputTransport(12134): Input channel destroyed: fd=86
D/SurfaceView(12134): windowStopped(true) false 9bb0870 of ViewRootImpl@6e4f022[MainActivity]
D/SurfaceView(12134): BG show() Surface(name=Background for - SurfaceView - com.example.socket_project/com.example.socket_project.MainActivity@9bb0870@0) io.flutter.embedding.android.FlutterSurfaceView{9bb0870 V.E...... ........ 0,0-1080,1920}
D/SurfaceView(12134): surfaceDestroyed 1 #1 io.flutter.embedding.android.FlutterSurfaceView{9bb0870 V.E...... ........ 0,0-1080,1920}
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/CAHWORbpKkTkoDQSUhDqceapxm_gvch6U6On0YCASS%3Dw%3D4aX7NA%40mail.gmail.com.
After socket is created,1. the control is not proceeding for socket.init() and socket.connect().2. Even though subscribe for the data ( 2 Vehicle no. and Geo coordinates from server ) not able to receive at client side ( there may be some error in "main.dart" file and I am unable to identify.Regards,Sridhar
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/CAHWORbreF3YAf-ifagfMhbZpm0G2ef%3DRWEEMPZAnMX%3DM_JKVEA%40mail.gmail.com.