Skip to content

Commit

Permalink
fix: event-sidecar on_deliver hook to allow next plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekPipaliya23 committed Mar 28, 2024
1 parent 7b3a2d2 commit ba9d532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/vmq_events_sidecar/src/vmq_events_sidecar_plugin.erl
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ on_deliver(
{MP, ClientId, normalise(UserName), QoS, unword(Topic), Payload, IsRetain, MatchedAcl,
Persisted},
ACL
).
),
next.

-spec on_delivery_complete(
username(), subscriber_id(), qos(), topic(), payload(), flag(), matched_acl(), flag()
Expand Down

0 comments on commit ba9d532

Please sign in to comment.