Britton Fischer
Britton Fischer
I've spent the last short while working on a rewrite for ForKeys/ForPairs/ForValues, consisting of the following: - Fixes an issue with dependency captures when using ``State:get()`` inside of the ``For-xyz``...
Implements #15, added a few unit tests to ``Computed.spec.lua`` specifically relating to yielding; not sure if I should also implement this into ``src/State/Observer``? Additional unit testing passes successfully: https://github.com/nottirb/Fusion/runs/4571365659?check_suite_focus=true
# Bug report ## Describe the bug When a websocket is closed using `Socket._close()`, it logs the following error: ``` ERROR:root:Connection with the server closed. Traceback (most recent call last):...