From 4c270e9f8b97ed0d1d1feb9fc1a9b1000b0330d7 Mon Sep 17 00:00:00 2001 From: deftdawg Date: Mon, 25 Oct 2021 16:29:37 -0400 Subject: [PATCH] Fix example to work with broken OSX ipv6 multicast --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 61701d9..451848d 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,12 @@ org.springframework.boot spring-boot-maven-plugin + + + + -Djava.net.preferIPv4Stack=true + +