In my case I need the address/port of the remote endpoint (client) for connection tracking purposes.
I noticed the underlying server::impl logs the address obtained from the socket_.remote_endpoint().
Is there any way of accessing this information inside a functor?
Thanks in advance.
LL