Fork me on GitHub
#onyx
<
2015-12-21
>
robert-stuttaford10:12:44

@lucasbradstreet: just confirming this is ok for the Aeron media driver code:

(defn -main [& args]
  (MediaDriver/launch (MediaDriver$Context.))
  (log/info "Launched the Media Driver. Blocking forever...")
  (<!! (chan)))

robert-stuttaford13:12:19

nm, i’ve confirmed that this is working great simple_smile