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
Currently, the Command implementation in the application treats all Commands the same. All implement a runAsync method regardless of whether they are truly async or not.
Further, the asynchronous mechanism is defined in some classes where it should not be.
The text was updated successfully, but these errors were encountered:
Currently, the Command implementation in the application treats all Commands the same. All implement a runAsync method regardless of whether they are truly async or not.
Further, the asynchronous mechanism is defined in some classes where it should not be.
The text was updated successfully, but these errors were encountered: