Hi @Yuki Kishimoto , I wonder if we could have an option to disable `wait_for_ok()` for the send event API. Sometimes I just want to send an event but collect the report later.
Use cases:
- A user sends a NIP-17 message. My app will update the UI immediately, then I will listen for OK notifications via `client.notifications` and update the UI accordingly.
Use cases:
- A user sends a NIP-17 message. My app will update the UI immediately, then I will listen for OK notifications via `client.notifications` and update the UI accordingly.
1