From 521cb17cefed79f6bcbb7ecf6bf1a313663d963f Mon Sep 17 00:00:00 2001 From: deftdawg Date: Mon, 25 Oct 2021 16:05:48 -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 f8c8ec9..81a2e27 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,12 @@ org.springframework.boot spring-boot-maven-plugin + + + + -Djava.net.preferIPv4Stack=true + +