後,我有功能,當「dataCompiled」事件觸發,它看起來像他執行:的NodeJS - 無法設置頭,他們被送到
eventEmitter.on('dataCompiled', function() {
json = JSON.stringify({
conversations: convs
});
res.json(json).end();
return;
});
但是,當我刷新頁面,我得到錯誤
Error: Can't set headers after they are sent.
nope dude,same thing( – Src