且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Node.JS请求模块回调未触发

更新时间:2022-03-07 03:04:58

我相信我已经找到了解决自己问题的答案.问题似乎是我没有在Node.js事件循环中分配任何时间来允许执行请求.

I believe I've found the answer to my own problem. The issue seems to be that I'm not allocating any time in the Node.js event loop to allow the request to be executed.