Expose some information about active sockets to try to track down leaks.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3898 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-06-09 02:45:34 +00:00
parent 83bdbbb4dc
commit 927e2b7060
2 changed files with 48 additions and 1 deletions

View File

@ -172,6 +172,7 @@ async function getProcessBlob(blobId, key, options) {
},
'user': getUser(process, process),
'apps': user => getApps(user, process),
'getSockets': getSockets,
}
};
if (options.api) {