File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1948,7 +1948,7 @@ instance ProtocolEncoding SMPVersion ErrorType BrokerMsg where
19481948 e :: Encoding a => a -> ByteString
19491949 e = smpEncode
19501950 serviceResp tag n idsHash
1951- | v >= serviceCertsSMPVersion = e (tag, ' ' , n, idsHash)
1951+ | v >= rcvServiceSMPVersion = e (tag, ' ' , n, idsHash)
19521952 | otherwise = e (tag, ' ' , n)
19531953
19541954 protocolP v = \ case
@@ -1993,7 +1993,7 @@ instance ProtocolEncoding SMPVersion ErrorType BrokerMsg where
19931993 PONG_ -> pure PONG
19941994 where
19951995 serviceRespP resp
1996- | v >= serviceCertsSMPVersion = resp <$> _smpP <*> smpP
1996+ | v >= rcvServiceSMPVersion = resp <$> _smpP <*> smpP
19971997 | otherwise = resp <$> _smpP <*> pure mempty
19981998
19991999 fromProtocolError = \ case
You can’t perform that action at this time.
0 commit comments