Closed glennpierce closed 5 years ago
Hello @glennpierce - thanks for submitting the issue! So I'm not able to replicate with your example above, but I see where might be causing this behavior. Do you mind testing against my bp-listeners-check-stop
branch?
Yep that branch seems to fix the issue. Thanks
Thanks for verifying, this is merged and published now so going to close the issue
I am running something very similar to your test_integration()
I have a struct called PingScanner that has a HashMap of ip addresses. My intention is run its run_pings in a thread and have it update the Hashmap of ip adresses which are reachable or not.
Trouble is I keep getting the errors
Error sending ping result on channel: sending on a closed channel repeating. Why do I get those errors ?
My very simplified code is below. (I removed setting the hashmap stuff)
Thanks