As reported in https://github.com/CrowdHailer/Ace/issues/127, the current Ace.HTTP.Service.start_link macro mistakenly emits warning even with use Raxx.SimpleServer. Because the module_info/0 function in each module can contain duplicate keys (doc), Ace.HTTP.Service should handle such a case:
As reported in https://github.com/CrowdHailer/Ace/issues/127, the current
Ace.HTTP.Service.start_link
macro mistakenly emits warning even withuse Raxx.SimpleServer
. Because themodule_info/0
function in each module can contain duplicate keys (doc),Ace.HTTP.Service
should handle such a case: