Commits

kh1 committed c126a4c411f
Create the handler on the stack instead of the heap. This makes it possible to use more then one instance of the core engine per application. They now all listen to the same port and use the same connection. Fixes a memory leak as well as a crash during core engine destruct.