have a simple express service that serve upload and download route. With some logging to rabbit and using async_hooks. after some days of start service this stop serv connections. No upload and no download.
I connect to process via debugger and see only one warning on console
[DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead. (Triggered by calling emit on process.) (Use node.EXE --trace-deprecation ... to show where the warning was created)
How can I diagnostic this problem?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744914535a4600755.html
评论列表(0条)