Daniel Rees

Results 23 comments of Daniel Rees

This error is benign, the `print` statement in the `receive` loop can be removed. Upon testing, `self` (which is the WebSocketTask) is `nil` and the reconnect logic is not triggered....

I believe this is something I have included in the 6.x branch. However, development has slowed on this project as life gets busy. If you're interested in opening a PR...

Here is a [demo repo ](https://github.com/dsrees/kover-demo) which reproduces this issue for me. The key detail is that it uses a SQLDelight database and `expects` a driver for the tests that...