mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-23 21:44:41 +02:00
fix atomic int alignment bug
This commit is contained in:
@@ -30,12 +30,10 @@ const (
|
||||
)
|
||||
|
||||
type rpcClient struct {
|
||||
seq uint64
|
||||
opts Options
|
||||
once atomic.Value
|
||||
pool pool.Pool
|
||||
|
||||
seq uint64
|
||||
|
||||
mu sync.RWMutex
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user