Ignore Errors from batch calls
I have some of my routers throw helpful errors for the client to use in the error message object, but when one of those calls in a batch request, it causes the other calls to fail and never resolves. How do you get around that? I'd rather not add a nullable error field to all my results
4 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
yes
I do that so I can display the error I throw, but if I throw it in a batch call it causes the other calls to hang
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
this should not happen, can you make a reproduction and post an issue?