YueHonghui

Results 4 issues of YueHonghui

We really want the feature to change `maxWorkers` dynamically. Any plan to support this feature? I try to implement a `SetMaxWorkers` for `WorkerPool` but find that the implementation of `Pause`...

when is_connected() return True, is it said that the connection is established with mysql? In my case, before every conn.query(), I will call ensure_connected() which to check is_connected() is True(will...

Around the line of latest commit: https://github.com/RJ/ketama/blob/master/libketama/ketama.c#L428 ``` C for( i = 0; i < numservers; i++ ) { float pct = (float)slist[i].memory / (float)memory; unsigned int ks = floorf(...

In func Middleware, `c.Next` would be panic, then span.Finish will not be executed. ```go //... return func(c *gin.Context) { carrier := opentracing.HTTPHeadersCarrier(c.Request.Header) ctx, _ := tr.Extract(opentracing.HTTPHeaders, carrier) op := opts.opNameFunc(c.Request)...