Skip to content

Commit

Permalink
Update Agent.Messaging.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorisse committed Jun 25, 2020
1 parent 220cb17 commit 559a37e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Symu source code/Symu/Classes/Agents/Agent.Messaging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ public void TrySendDelayed(Message message, ushort step)
{
case AgentState.Stopping:
return;
case AgentState.Starting:
case AgentState.Started:
SendDelayed(message, step);
break;
Expand Down

0 comments on commit 559a37e

Please sign in to comment.