Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Oct 26, 2023
1 parent d16d1f0 commit 706cefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libp2p/src/main/kotlin/io/libp2p/mux/yamux/YamuxHandler.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ open class YamuxHandler(

private fun acknowledgeInboundStreamIfNeeded() {
if (!outbound) {
acknowledged.compareAndSet(false, true)
acknowledged.set(true)
}
}

Expand Down

0 comments on commit 706cefa

Please sign in to comment.