You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there is no obvious use for it I need to put in the annoying (void)ep; line to silence warnings. One suggested use would be to provide something like microRequest_GetEndpointState so the endpoint's context can be used for recovery from within the error handler.
Expected behavior
No warning presented, or provide utility to the value passed in.
Server and client version
Server: v2.10.7
Code: 3.7.0
Host environment
No response
Steps to reproduce
Set the callback function to microServiceConfig::ErrHandler and do not add the line (void)ep;
The text was updated successfully, but these errors were encountered:
Observed behavior
This is not necessarily a defect, but is more of a suggestion. Feel free to close if it's not something that makes sense.
During compile I see the warning:
Since there is no obvious use for it I need to put in the annoying
(void)ep;
line to silence warnings. One suggested use would be to provide something likemicroRequest_GetEndpointState
so the endpoint's context can be used for recovery from within the error handler.Expected behavior
No warning presented, or provide utility to the value passed in.
Server and client version
Server: v2.10.7
Code: 3.7.0
Host environment
No response
Steps to reproduce
Set the callback function to
microServiceConfig::ErrHandler
and do not add the line(void)ep;
The text was updated successfully, but these errors were encountered: