Compare commits

Invalid templates have been ignored

1 invalid template(s) found pull_request_template.md: frontmatter must start with a separator line

...

2 Commits

@ -243,6 +243,8 @@ public class MQTTAdapterListener implements MqttCallback, Runnable {
} else {
inputEventAdapterListener.onEvent(msgText);
}
} catch (Exception ex) {
log.error("Error in message arrive : ", ex);
} finally {
PrivilegedCarbonContext.endTenantFlow();
}

Loading…
Cancel
Save