Is your feature request related to a problem? Please describe.
A graceful close involves the client to send an ETP close message and then the server to close the connection. But, what happens if the server never close the connection?
Describe the solution you'd like
I would like FETPAPI to allow the client to close the connection at anytime or after a timeout post ETP close message.
Describe alternatives you've considered
Wait, detect time out and resend a close message to the server.
Additional context
This should be available in all languages (not only C++)
Is your feature request related to a problem? Please describe.
A graceful close involves the client to send an ETP close message and then the server to close the connection. But, what happens if the server never close the connection?
Describe the solution you'd like
I would like FETPAPI to allow the client to close the connection at anytime or after a timeout post ETP close message.
Describe alternatives you've considered
Wait, detect time out and resend a close message to the server.
Additional context
This should be available in all languages (not only C++)