steveboi123
steveboi123
@PlebeiusGaragicus are you able to make a Pull Request with your implementation?
> How about some async coroutines? @Bashy Can you please provide an example. I've never wrote something like that before.
@holgern do you mind providing a snippet to do this task? I appreciate your work on this library because I think the implementation with tornado will make the connections more...
@holgern thank you. How do you recommend I don't call `print_message` multiple times for a single event? [This library](https://github.com/jeffthibault/python-nostr/blob/main/nostr/message_pool.py#L23) uses a `MessagePool` class that keeps track of unique events.
It seems that setting `first_response_only=True` in this library doesn't work. I think this is a bug. `message_callback` should be implemented in `message_pool.py`, not `base_relay.py`, because that way it knows if...
@holgern just wondering if you plan to work on this library (deciding which library to go with). My use case is I want to monitor mentions and then reply to...