mleku on Nostr: yeah, that's what i'm aiming for i know for sure the database code needs to be ...
yeah, that's what i'm aiming for
i know for sure the database code needs to be trimmed back but the subscriptions and sockets being held open needs to be made smarter...
the thing is the protocol spec doesn't really say anything about what to expect for holding open subscriptions, it seems to me they should just close after 30s if they aren't for DMs
still not seeing any clients that make use of the live feed capability of subscriptions so i think make em reconnect and poll since holding open 50 subscriptions is gonna kill the runtime at some point
i know for sure the database code needs to be trimmed back but the subscriptions and sockets being held open needs to be made smarter...
the thing is the protocol spec doesn't really say anything about what to expect for holding open subscriptions, it seems to me they should just close after 30s if they aren't for DMs
still not seeing any clients that make use of the live feed capability of subscriptions so i think make em reconnect and poll since holding open 50 subscriptions is gonna kill the runtime at some point