Closed davydotcom closed 8 years ago
thanks for reporting!
looks like reactor-net
(needed for a real broker impl instead of just the default in-memory one) is missing on the classpath.
may i ask from what version you are upgrading?
adding compile "io.projectreactor:reactor-net"
to your dependencies should help.
ill keep looking for the cause of this change and depending on the outcome fix/align that or just document that the reactor-net
dependency has to be added if a real broker is to be used.
added readme notes reg. the required dependencies for using a full-featured broker after discussing with @davydotcom - https://github.com/zyro23/grails-spring-websocket/commit/cab124fa48128771103c8896dfb3b86b3106db0d#diff-04c6e90faac2675aa89e2176d2eec7d8
thanks again.