prometheus-community / pro-bing

A library for creating continuous probers
MIT License
326 stars 55 forks source link

Protect from concurrent access to awaitingSequences #71

Closed babs closed 11 months ago

babs commented 11 months ago

When pro-bing is used as goroutine, concourent writes and reads can occur.

This patches fixes it

SuperQ commented 11 months ago

Was this not needed?

babs commented 11 months ago

Yes, it's a mistake of mine ;)