How to obtain a remote IP address
org.springframework.boot:spring-boot-starter-rsocket:3.2.1
io.rsocket:rsocket-core:1.1.3
In the @ConnectMapping phase, I want to obtain remote IP addresses to prevent malicious attacks
I use WebSocket mode
WebsocketDuplexConnection remoteAddress() How should I obtain it