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 9489f39 commit bffae76Copy full SHA for bffae76
rx-netty-servo/src/main/java/io/reactivex/netty/servo/RefCountingMonitor.java
@@ -43,7 +43,7 @@ public void onCompleted(Object monitor) {
43
}
44
45
public void onSubscribe(Object monitor) {
46
- if (subscriptionCount.incrementAndGet() == 0) {
+ if (subscriptionCount.getAndIncrement() == 0) {
47
ServoUtils.registerObject(monitorId, monitor);
48
49
0 commit comments