Browse Source
Prior to this commit, choosing a "websocket" transport for your RSocket endpoint with `spring.rsocket.server.port` would not only expose the endpoint on that specific port, but also on the main server. This commit refines the auto-configuration condition to only add a route on the main server if the separate port is not chosen. Fixes gh-49592pull/49591/head
2 changed files with 12 additions and 1 deletions
Loading…
Reference in new issue