iotile / coretools

Core python tools for building and using IOTile based devices
GNU General Public License v3.0
14 stars 7 forks source link

iotile-gateway performance #547

Closed mattrunchey closed 5 years ago

mattrunchey commented 5 years ago

Need to investigate and/or solve the root cause of performance problems related to the websocket.

Historical context is that when receiving over 1k broadcast results from many devices, the access point was unable to keep up with sending information thru the websocket connection to the mqtt-forwarder.

mattrunchey commented 5 years ago

Should be resolved with #584