small-pineapple

Results 8 issues of small-pineapple

url should not contain the yaml file name, that will not work

This is a race condition, only valid if Channel variable is volatile(Java keyword) or atomic https://github.com/isayme/go-amqp-reconnect/blob/e71660afb5caa71c7c1129231f53bb3bb8cbb21d/rabbitmq/rabbitmq.go#L48

It seems UDPSession object can be thread safe, but does it meaningful in golang?

Does this reverse generation supported?

I notice that there are grpcStream, grpcCall, httpCall. No tcp support?

The compare function should return bool to tell elements equal or not

It's return is "-1f / total * entropySum + Mathf.Log(total);" What does this mean? Normalization? The final effect will be better if just use "-1f * entropySum" or "entropySum", the...