makes RunRouteAction virtual method

This commit is contained in:
Neil Dorin
2023-10-19 14:12:30 -06:00
parent 23a37ebb37
commit 3d15227aa2

View File

@@ -334,7 +334,7 @@ namespace PepperDash.Essentials
/// route or commands /// route or commands
/// </summary> /// </summary>
/// <param name="name"></param> /// <param name="name"></param>
public void RunRouteAction(string routeKey, Action successCallback) public virtual void RunRouteAction(string routeKey, Action successCallback)
{ {
// Run this on a separate thread // Run this on a separate thread
new CTimer(o => new CTimer(o =>