WebThingsIO / gateway-addon-python

Python bindings for developing add-ons for WebThings Gateway
Mozilla Public License 2.0
16 stars 10 forks source link

Make compatible with 1.0.0+ versions of websocket client #94

Open flatsiedatsie opened 1 year ago

flatsiedatsie commented 1 year ago

With this change the supplied version of Python websocket client can be upgraded to above 1.0.0.

https://github.com/websocket-client/websocket-client/issues/669

According to the authors the newer versions can give a speed boost of up to 100x.

Requirements could be set to v1.4.2, for example.

Seems to work on Candle 2.0.2 (64 bit), but not extensively tested yet.