Skip to content

Commit

Permalink
add errormsg
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Dec 5, 2024
1 parent 04573da commit d638637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public boolean publishEvent(Object... args) {
LOG.warn("Failed to publish event", e);
// Handle the exception, e.g., retry or alert
}
return false;
return true;
}

/**
Expand Down

0 comments on commit d638637

Please sign in to comment.