You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's opportunity to make routes async and using async event listener to avoid shallow copy. This isn't impacting on this NApp functionality. I won't address this as I'm refactoring routes to minimize changes, but with async it would minimize the number of threads too, so one day we should update routes to be async and use alisten_to for event handlers on this NApp.
The text was updated successfully, but these errors were encountered:
There's opportunity to make routes async and using async event listener to avoid shallow copy. This isn't impacting on this NApp functionality. I won't address this as I'm refactoring routes to minimize changes, but with async it would minimize the number of threads too, so one day we should update routes to be async and use
alisten_to
for event handlers on this NApp.The text was updated successfully, but these errors were encountered: