invoke_exec should be done via spawn_link
motobob opened this issue · 1 comments
motobob commented
previously when in cowboy times, actually user handlers were done in cowboy handlers...now they are part of poller process . not cool.
need to spawn_link ;) to simplify GC between warm invokes.
found to cause delays/memory issues as per @key-master
@velimir0xff FYI
motobob commented
fixed in 1.0.2