Sören Berger

Results 6 issues of Sören Berger

I added a decorator in addition to the context manager. I would be happy to see this upstream. :-)

Hi there, I just got my S3 and set it up for Mixxx. I read the documentation and the most parts where very good explained and quite understandable. I had...

enhancement
controllers

Like discussed in https://github.com/websocket-client/websocket-client/issues/989 here the MR for the support for the exponential backoff reconnect delay. As discussed this adds the additional parameter `reconnect_backoff_max` to `WebSocketApp.run_forever` I was not 100%...

Hi there, I currently tried to implement my own dispatcher to implement a exponential backoff timeout to increase the timeout after several retries. After digging into the code some of...

Hi everyone, I use `autobahn` with `daphne`/`Django` for a websocket application. We got a usecase where we disconnect the client and reset the connection. To show this in the log...

websocket
needs-discussion

We run into strange error when updating out `django-model-utils` to >= 4.5.1. I could reproduce this error with `django-model-utils` 4.5.1 and 5.0.0 The error stated like that during: ```python Traceback...