Skip to content

Fix threading issues in buy and sell

0xjac requested to merge fix/threading-buy-sell into develop

Re-serialize code to avoid race issues when updating the kivy UI.
Use kivy's properties and Clock to asynchronously update the UI.

Merge request reports