diff --git a/src/receivedframe.cpp b/src/receivedframe.cpp index 5010591..68998b5 100644 --- a/src/receivedframe.cpp +++ b/src/receivedframe.cpp @@ -344,7 +344,7 @@ bool ReceivedFrame::processConnectionFrame(ConnectionImpl *connection) { // read the method id from the method uint16_t methodID = nextUint16(); - + // construct frame based on method id switch (methodID) {