Skip to content

Add an overload of TcpReactiveSocketServer.create with SocketAddress.#108

Merged
NiteshKant merged 1 commit intomasterfrom
stevegury/tcp_rs_server_socket_address
Jun 28, 2016
Merged

Add an overload of TcpReactiveSocketServer.create with SocketAddress.#108
NiteshKant merged 1 commit intomasterfrom
stevegury/tcp_rs_server_socket_address

Conversation

@stevegury
Copy link
Copy Markdown
Member

Problem
It is impossible to specify the network interface to use when starting a server.
This can be problematic when we want to design test that run in restricted
environment (e.g. CI).

Solution
Create an overload of TcpReactiveSocketServer.create that accept a
SocketAddress instead of just the port.

**Problem**
It is impossible to specify the network interface to use when starting a server.
This can be problematic when we want to design test that run in restricted
environment (e.g. CI).

**Solution**
Create an overload of `TcpReactiveSocketServer.create` that accept a
SocketAddress instead of just the port.
@NiteshKant NiteshKant merged commit a93a3ba into master Jun 28, 2016
@NiteshKant NiteshKant modified the milestone: 0.2.2 Jun 28, 2016
@stevegury stevegury deleted the stevegury/tcp_rs_server_socket_address branch June 30, 2016 22:56
ilayaperumalg pushed a commit to ilayaperumalg/rsocket-java that referenced this pull request Dec 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants