Greg Olmstead

Results 3 issues of Greg Olmstead

I am following the documentation to generate an exportable AES key, but when I use the below code snippet, I get the subsequent error stack. I am using a Luna...

because of [this line](https://github.com/websocket-client/websocket-client/blob/master/websocket/_app.py#L33), if a value for `reconnect` is not passed to `run_forever()`, the "interval" is set to 0 ([here](https://github.com/websocket-client/websocket-client/blob/master/websocket/_app.py#L314)). However, it is then later checked [here](https://github.com/websocket-client/websocket-client/blob/master/websocket/_app.py#L433), and because...