Skip to content

Commit

Permalink
Update URL of RSocket Demo Client
Browse files Browse the repository at this point in the history
The URL has changed, see: https://rsocket-demo.herokuapp.com
  • Loading branch information
jexp authored Oct 3, 2020
1 parent ec7f26e commit e8b3308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ import java.net.URI;

public class ExampleClient {
public static void main(String[] args) {
WebsocketClientTransport ws = WebsocketClientTransport.create(URI.create("ws://rsocket-demo.herokuapp.com/ws"));
WebsocketClientTransport ws = WebsocketClientTransport.create(URI.create("wss://rsocket-demo.herokuapp.com/rsocket"));
RSocket clientRSocket = RSocketConnector.connectWith(ws).block();

try {
Expand Down

0 comments on commit e8b3308

Please sign in to comment.