Bernard Gorman

Results 1 issues of Bernard Gorman

**Describe the bug** When `pyhiveapi` is [packaged via `unasync`](https://github.com/Pyhass/Pyhiveapi/blob/05d5ae8a664160e2056906b24bba44e80729b52a/setup.py#L23-L33), it removes the `await` from [this `asyncio.Lock` acquisition in `HiveSession.updateData`](https://github.com/Pyhass/Pyhiveapi/blob/05d5ae8a664160e2056906b24bba44e80729b52a/pyhiveapi/apyhiveapi/session.py#L328) but otherwise leaves the `asyncio.Lock` in place. As a result, calling...

bug