Closed
Description
I'm using spring boot rsocket to develop microservices. Now I have a requirement to get the local address and remote address of the connection. I find that I can't get the local address and remote address from the rsocket object. Can we learn io.netty.channel.channel to add localAddress and remoteAddress methods to the rsocket object
Activity
[-]Whether rsocket object supports obtaining local address and remote address[/-][+]Rsocket object supports obtaining local address and remote address[/+]atshow commentedon May 26, 2021
I have an idea to add two interfaces to the rsocket object, as shown below
atshow commentedon May 31, 2021
I submitted a PR
#1013