Skip to content

Commit

Permalink
examples: ensure the server port matches the client port
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Tselovalnikov <[email protected]>
  • Loading branch information
SerCeMan committed Jun 12, 2022
1 parent 7b1fe16 commit 7bac649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function main() {
const server = new RSocketServer({
transport: new TcpServerTransport({
listenOptions: {
port: 8000,
port: 8001,
},
}),
acceptor: {
Expand Down

0 comments on commit 7bac649

Please sign in to comment.