Closed santihernandezc closed 2 years ago
Loop variables contrInfo and client were being captured by a closure. This will cause concurrency issues. The fix is to explicitly pass these variables as arguments at each iteration.
contrInfo
client
Loop variables
contrInfo
andclient
were being captured by a closure. This will cause concurrency issues. The fix is to explicitly pass these variables as arguments at each iteration.