learning korean, pretty interesting language.
reya
npub1zfss...w445
Hi @Yuki Kishimoto
I've noticed a strange issue when nostr-sdk close subscription early without wait for AUTH completed, this is why sometime Coop cannot load full messages because it cannot read from relay. The flow look like this:
User send REQ -> Relay send AUTH and CLOSED -> SDK is sending AUTH and also remove the subscription because of CLOSED -> Relay return OK -> SDK cannot resubscribe because the subscription was removed.
Relay software: 
GitHub
GitHub - barrydeen/haven: High Availability Vault for Events on Nostr
High Availability Vault for Events on Nostr. Contribute to barrydeen/haven development by creating an account on GitHub.
Hi @franzap
I wonder how can I add my app (
to the Private Chats curated list. Or it is manually maintaining?
Zapstore
App Details — Zapstore
The open app store where users meet builders. Curated by communities. Android apps.
I think GTA6 will be the biggest slop this year
Hi @franzap
I want to publish my app to Zapstore, but when I enter the URL, I always got the error: "The wizard supports GitHub, GitLab, Gitea, F-Droid, or local paths...".
My repo: 
Gitea: Git with a cup of tea
coop-mobile
Nostr Messaging for Mobile
hi @Yuki Kishimoto , check my nip17 dm
Summer Game Fest this year is awesome
Yo, if you're bored on the weekend, please help me run and test Coop (NIP-17) client for Android:
Download here: 
Gitea: Git with a cup of tea
coop-mobile
Nostr Messaging for Mobile
Sorry, I'm kinda wrong here, the stream events API is fine, but the problem is the negentropy part in gossip. After removed the negentropy sync and force to use typical stream events API, gossip is became very fast.
Other temporary fix is set timeout for gossip sync very low like this:
```
GossipConfig::default()
.sync_initial_timeout(Duration::from_millis(100))
.sync_idle_timeout(Duration::from_millis(100)),
```
So I think we should have an option to disable negentropy, also I think it will better if we have an API for client dev manual run gossip fetch for a Public Key
cc @Yuki Kishimoto , @Awiteb
View quoted note →