Closed tomsteele closed 4 years ago
Will tweak a few things post-merge, thanks!
Post-merge I changed the for { } to for !c.IsShutdown() { } to resolve this, thanks again!
for { }
for !c.IsShutdown() { }
Will tweak a few things post-merge, thanks!