Skip to content

Fix panic in specific situations

Compare
Choose a tag to compare
@andrehp andrehp released this 20 Feb 14:31
Added mutex to agent close to avoid panic

The panic was caused by trying to close the channel multiple times,
this was fixed by adding a mutex to the close operation.