laurent-girod
laurent-girod
Hello, The MessagePack dependency package was renamed from `msgpack-python` to `msgpack`. Furthermore, the version 1.0 of `msgpack` brought some breaking changes to its API. I updated the dependency to the...
Integrate Pierre's code. Fix key handling bug. Change websocket endpoint to ease deployment.
Hello, Some tests fail because the method `time.clock()` was removed from Python 3.8. I replaced the calls to this method by `time.process_time()` to measure the processing time. Additionally, `process_time()` should...