Closed linh2931 closed 1 year ago
https://github.com/AntelopeIO/leap/pull/776 assumed read-only transactions to only run on read-only threads. https://github.com/AntelopeIO/leap/pull/901 changed that and read-only transactions can run on main thread too. Uses of is_on_main_thread() in the code base need to be revisited to make sure they still work as expected.
is_on_main_thread()
read-only-threads
Opened https://github.com/AntelopeIO/leap/issues/950 and https://github.com/AntelopeIO/leap/issues/951 for better tracking.
Close this.
https://github.com/AntelopeIO/leap/pull/776 assumed read-only transactions to only run on read-only threads. https://github.com/AntelopeIO/leap/pull/901 changed that and read-only transactions can run on main thread too. Uses of
is_on_main_thread()
in the code base need to be revisited to make sure they still work as expected.read-only-threads
is not configured.