We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e16336 commit 6efa9eeCopy full SHA for 6efa9ee
netty/src/main/java/io/grpc/netty/NettyClientHandler.java
@@ -131,7 +131,7 @@ protected void handleNotInUse() {
131
132
private WriteQueue clientWriteQueue;
133
private Http2Ping ping;
134
- private Attributes attributes;
+ private volatile Attributes attributes;
135
private InternalChannelz.Security securityInfo;
136
private Status abruptGoAwayStatus;
137
private Status channelInactiveReason;
0 commit comments