<div dir="ltr">Hi all,<div>As many of you are familiar with Cowboy there is this practice of </div><div>using a 'fake' supervisor and returning it's pid in the start/2 callback of </div><div>your application behaviour, this can be seen in all cowboy examples at <a href="https://github.com/ninenines/cowboy/tree/master/examples">https://github.com/ninenines/cowboy/tree/master/examples</a>,</div><div>why is this supervisor really necessary?</div><div><br></div><div>I've tried several things and on most of them the node just hangs when</div><div>requesting a stop, however it exits successfully if i return {ok, self()} on</div><div>start/2, i'm also unable to explain this behaviour.</div><div>Can anyone shed some light in this matter?</div><div>Thanks!</div><div><br></div><div>Luis Rascão</div></div>