Skip to content

Commit

Permalink
Update daemon.d
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko authored Aug 11, 2023
1 parent 1244c32 commit e425ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/serverino/daemon.d
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ struct Daemon
}


foreach(idx; ConnectionHandler.alive.asRange)
foreach(idx; ConnectionHandler.alive.asRange.array)
{
auto connectionHandler = ConnectionHandler.instances[idx];

Expand Down

0 comments on commit e425ffc

Please sign in to comment.