Results 2 issues of 解俊

另一个客户端使用相同账号登录mqtt服务器后,当前正在连接的客户端断开后再reconnect没有回应,网络断开是可以重连的,但是账号登出这种情况好像有时候重连就会没回应

## Pull Request description ### Problem In the class `DefaultOtaPackageStateService`, the following block contains a logic error: ```java if (otaPackage.getChecksumAlgorithm() != null) { attrToRemove.add(...); } else { attributes.add(... otaPackage.getChecksumAlgorithm().name()); }...