milefashell

Results 2 issues of milefashell

https://github.com/jeffthibault/python-nostr/blob/69ff17b163f8af40f9514bcf7937964cb22997a2/nostr/relay_manager.py#L22 Problem: "subscriptions" argument is a dict, which is mutable in python. This leads to the problem of handling all relay's subscriptions as the same object. If I add a...

### Problem description: I am trying to write a bot, that receives direct messages, and respond to them. So I am trying to keep a subscription open, and save events...