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 1f318e6 commit 6ef9986Copy full SHA for 6ef9986
rsocket-core/src/main/java/io/rsocket/frame/decoder/DefaultPayloadDecoder.java
@@ -11,7 +11,7 @@
11
class DefaultPayloadDecoder implements PayloadDecoder {
12
13
@Override
14
- public synchronized Payload apply(ByteBuf byteBuf) {
+ public Payload apply(ByteBuf byteBuf) {
15
ByteBuf m;
16
ByteBuf d;
17
FrameType type = FrameHeaderFlyweight.frameType(byteBuf);
0 commit comments