-
Notifications
You must be signed in to change notification settings - Fork 26
Description
We are able to connect Electron with Local spark-server over TCP protocol. But it re-connect at every 30 seconds. following are logs from spark-server.
2|start | [2019-02-12T05:54:10.097Z] INFO: DeviceServer.js/7346 on ip-172-31-1-96: New Connection
2|start | Connection attributes { particleProductId: 10,
2|start | platformId: 10,
2|start | productFirmwareVersion: 65535,
2|start | reservedFlags: 2 }
2|start | [2019-02-12T05:54:13.156Z] INFO: DeviceServer.js/7346 on ip-172-31-1-96: Connection (connectionID=151, deviceID=220030000e51353433323633, remoteIPAddress=::ffff:106.78.173.133)
2|start | [2019-02-12T05:54:16.476Z] INFO: Device.js/7346 on ip-172-31-1-96: On device protocol initialization complete (cache_key=_151, deviceID=220030000e51353433323633, firmwareVersion=65535, ip=::ffff:106.78.173.133, particleProductId=10, platformId=10)
2|start | [2019-02-12T05:54:16.478Z] INFO: DeviceServer.js/7346 on ip-172-31-1-96: Subscribe Request (deviceID=220030000e51353433323633, isFromMyDevices=false, messageName=spark)
2|start | [2019-02-12T05:54:18.356Z] INFO: DeviceServer.js/7346 on ip-172-31-1-96: Connected Devices (devices=1, sockets=1)
2|start | [2019-02-12T05:54:28.365Z] INFO: DeviceServer.js/7346 on ip-172-31-1-96: Connected Devices (devices=1, sockets=1)
2|start | [2019-02-12T05:54:38.367Z] INFO: DeviceServer.js/7346 on ip-172-31-1-96: Connected Devices (devices=1, sockets=1)
2|start | [2019-02-12T05:54:47.483Z] ERROR: Device.js/7346 on ip-172-31-1-96: Device disconnected (disconnectCounter=1, message="socket timeout")
2|start | logInfo: {
2|start | "cache_key": "_151",
2|start | "deviceID": "220030000e51353433323633",
2|start | "duration": 34.326
2|start | }
2|start | [2019-02-12T05:54:47.488Z] WARN: DeviceServer.js/7346 on ip-172-31-1-96: Session ended for Device (connectionKey=_151, deviceID=220030000e51353433323633)
2|start | [2019-02-12T05:54:48.369Z] INFO: DeviceServer.js/7346 on ip-172-31-1-96: Connected Devices (devices=0, sockets=0)
2|start | [2019-02-12T05:54:49.585Z] INFO: DeviceServer.js/7346 on ip-172-31-1-96: New Connection