Skip to content

Commit f7b1ade

Browse files
committed
Fix regression
1 parent 260ab7b commit f7b1ade

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

krpc/krpc-core/src/commonMain/kotlin/kotlinx/rpc/krpc/internal/KrpcPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public enum class KrpcPlugin(
5757
/**
5858
* Clients don't require cancellation acknowledgement from the peer server.
5959
*/
60-
NO_ACK_CANCELLATION(4, KrpcVersion.V_0_10_0),
60+
NO_ACK_CANCELLATION(4, KrpcVersion.V_0_8_0),
6161

6262
/**
6363
* Backpressure mechanism.

krpc/krpc-core/src/commonMain/kotlin/kotlinx/rpc/krpc/internal/KrpcVersion.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ package kotlinx.rpc.krpc.internal
1010
internal enum class KrpcVersion {
1111
V_0_1_0_BETA,
1212
V_0_6_0,
13+
V_0_8_0,
1314
V_0_10_0,
1415
}

0 commit comments

Comments
 (0)