Skip to content

Commit 3d6b652

Browse files
committed
fix atomic int alignment bug
1 parent 7b0fa8b commit 3d6b652

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/rpc_client.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ const (
3030
)
3131

3232
type rpcClient struct {
33+
seq uint64
3334
opts Options
3435
once atomic.Value
3536
pool pool.Pool
36-
37-
seq uint64
38-
3937
mu sync.RWMutex
4038
}
4139

0 commit comments

Comments
 (0)