You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vert.x
The log handler has an option to log straight away or at the end of the chain by using routingContext.addBodyEndHandler();
The problem is that if the connection is closed by the client before we can respond. The log is never written and we loose any information that would have been logged there.
Is there a way around this?
Julien Viet
unread,
Apr 23, 2021, 4:03:43 AM4/23/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message