We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9eaa91 commit b3e772fCopy full SHA for b3e772f
examples/udp/client.rs
@@ -29,7 +29,7 @@ fn setup_clients(mut commands: Commands) {
29
commands.spawn((
30
NetworkBundle::new(JSON_CHANNEL),
31
ServerNode(UdpAddress::new("0.0.0.0:0")),
32
- ClientNode(UdpAddress::new("127.0.0.1:4002")),
+ ClientNode(UdpAddress::new("127.0.0.1:6002")),
33
));
34
35
NetworkBundle::new(BINCODE_CHANNEL),
0 commit comments