انضم إلى نوستر
2026-02-18 10:37:06 UTC
in reply to

Yuki Kishimoto on Nostr: I've checked this but I can't reproduce the issue. I've tried both the auto-auth ...

I've checked this but I can't reproduce the issue. I've tried both the auto-auth implementation and the manual one, and both successfully send the REQ after the AUTH and receive the EOSE.

To debug the messages that the client send, you have to enable the debug level: "RUST_LOG=debug cargo run"

You must enable the "env-filter" feature for the tracing-subscriber dependency, to be able use RUST_LOG