xuyang2
xuyang2
`kafka.Subscriber.Close()` seems not concurrent safe. `close(s.closing)` may be executed multiple times when called concurrently, causing `panic: close of closed channel `. https://github.com/ThreeDotsLabs/watermill-kafka/blob/9242094c8fd755f501295c65515f2d47bb122962/pkg/kafka/subscriber.go#L468 ``` func (s *Subscriber) Close() error { if...
It seems the `Platform.arch` method has been renamed to `Platform.architecture`. - https://github.com/fastogt/pyfastogt/blob/f0051aed64d6e80177834b3483b71385b051fe1e/pyfastogt/system_info.py#L33 - https://github.com/fastogt/pyfastogt/commit/7cb098f123d752027668e015326608ff20046c06#diff-1c11cd7b0346dd1ff00b82cd44c4e2d1R31
**Is your feature request related to a problem? Please describe.** If the process is `kill -9`, or if for whatever reasons `Scheduler.Shutdown()` fails to execute, or if `RDB.ClearSchedulerHistory()` failed, the...
See https://github.com/hibiken/asynq/issues/329
Currently the tick interval of `Scheduler.runHeartbeater()` and the ttl of `WriteSchedulerEntries()` are both `5*time.Second` scheduler entries is prone to expire when redis is slow to respond Is it acceptable to...
**Is your feature request related to a problem? Please describe.** Is it acceptable to add a `ctx context.Context` parameter to some `RDB` and `Inspector` methods, for deadline, cancellation and observability(otel)....
### Fix Fix build `mosn.io/mosn/pkg/mtls/crypto/tls` with BabaSSL on Windows ### Your scenes Windows go 客户端程序用 `mosn.io/mosn/pkg/mtls/crypto/tls` 包的 Dial 和 Connection , 通过 CGO 调用 BabaSSL ,使用 RFC 8998 TLS 1.3...
- use github.com/emmansun/gmsm/sm4 - run go mod tidy Refs - https://github.com/tjfoc/gmsm/issues/156 - https://github.com/tjfoc/gmsm/pull/129 - https://github.com/tjfoc/gmsm/issues/102
``` ~/code/github.com/tjfoc/gmsm (master) $ git rev-parse --verify HEAD 96b99bd6b0605768d25563d3daf47fda334a3143 ~/code/github.com/tjfoc/gmsm (master) $ go build -tags single_cert ./... # github.com/tjfoc/gmsm/gmtls gmtls/gm_handshake_client_double.go:23:6: clientHandshakeStateGM redeclared in this block previous declaration at gmtls/gm_handshake_client.go:25:6 gmtls/gm_handshake_client_double.go:33:6:...