Skip to content

Fix TestTransporterListenDontPanicWSClosed race condition

Marcos Huck requested to merge fix/ws_closed_race into fix/race_conditions

Related tasks

Context

A race condition occurred on the TestTransporterListenDontPanicWSClosed when overwriting the err variable.

Change

This MR redeclares the err variable to avoid the race condition

Edited by Marcos Huck

Merge request reports