You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Darwin MBP 19.6.0 Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1/RELEASE_X86_64 x86_64
Subsystem:
Pubsub / debug
Severity:
Medium - because it could be indicative of some larger issue
Description:
When running pubsub.subscribe from the http client, the API's debug logs are not showing requests to "/api/v0/pubsub/sub"until the client process is exited.
This seems to be just a logging issue but it is concerning that it could be a symptom of an underlying problem--hopefully not!
@valmack thanks for taking time to report this. I'll looking into this as well as I make changes for #3465. I think there are two things here if I'm reading it right:
Server not logging things until connection is closed
No respect for timeouts.
I'll definitely make sure to address no 2 as part of #3465, as of no 1 I wonder if that might be a clue to #3469 and/or #3464
and yeah no 1 does seem indicative of a memory leak or some other issue--the fact that it doesn't break or surface on the client side makes it appear as though the response is being sent from the api, and some work in the api after that response gets sent is not resolving.
Http Client
"ipfs-http-client": "48.1.1",
Daemon
js-ipfs version: 0.3.1-6b207d77cd66bc5326f260221e53914192807861
interface-ipfs-core version: ^0.142.3
ipfs-http-client version: undefined
Repo version: 9
System version: x64/darwin
Node.js version: v12.18.4
Commit: 6b207d7
Darwin MBP 19.6.0 Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1/RELEASE_X86_64 x86_64
Pubsub / debug
Severity:
Medium - because it could be indicative of some larger issue
Description:
When running
pubsub.subscribe
from the http client, the API's debug logs are not showing requests to"/api/v0/pubsub/sub"
until the client process is exited.This seems to be just a logging issue but it is concerning that it could be a symptom of an underlying problem--hopefully not!
Steps to reproduce the error:
/pubsub/ls
and the client shows the topic is listed in subscriptions/pubsub/sub
call that was made earlier and the response time exceeds the timeout setThe text was updated successfully, but these errors were encountered: