@andy.fingerhut don’t remember if by default but lein lets you set that flag with a global declaration in project
oh, that might be what I am remembering -- a project where I ran 'lein check' that also has the global setting for warn on reflection in the project.clj. Never mind me, then. Carry on!
Running lein run
hangs. Calling (-main)
works as expected. Also tried adding (shutdown-agents)
to the end of my main
, but it didn't help. Are there some likely issues? How do I best proceed?
Nevermind, I figured it out. Opened some RestClient connection which needed to be closed.