I can easily get rates from the New release UDP stream using winsockets, but for some reason I can’t get any rates using aeron. I am using the RateSubscriber project and the following URI: const static std::string DEFAULT_CHANNEL = "aeron:udp?endpoint=224.0.28.1:14310"; When I run my code (after I started aeronmd.exe of course) I dont receive any ..
Recent Comments