eclipse / paho.golang

Go libraries
Other
330 stars 92 forks source link

lockfree or less lock queue #190

Open ashtonian opened 10 months ago

ashtonian commented 10 months ago

Is your feature request related to a problem? Please describe. lock contention with high concurrent churn with non empty queue

Describe the solution you'd like a lock free in memory queue, or less locky

Describe alternatives you've considered

Additional context see PR

MattBrittan commented 10 months ago

PR #191