jdev - 2026-07-02


  1. singpolyma

    Ok so 0060 subscribe will of course only get me updates if I happen to be online when the change happens. So I guess: if I haven't got a publish update from them since I came online, then before I send them a message I need to poll

  2. lovetox

    You can subscribe when you join the chat, you have to anyway or? How would you discover that you are not subscribed anymore when you were offline?

  3. singpolyma

    no I mean if an update happens when offline obviously I won't get that update, even if I'm already subscribed

  4. lovetox

    everytime i did look into the pubsub subscribe mechanisms to remote servers it seemed not really efficient to me

  5. lovetox

    my own server holds not info about where im subscribed

  6. lovetox

    and last time i looked i get no info at start that im still subscribed

  7. lovetox

    which lead me to the conclusion, this means i need to maintain locally a list where i want to be subscribed, and resubscribe to all of them on every new session

  8. singpolyma

    Well you got get unsubscribed unless you do it so I don't think you need to re subscribe per se

  9. singpolyma

    Well you dont get unsubscribed unless you do it so I don't think you need to re subscribe per se

  10. lovetox

    so our approach is, lets hope im still registered

  11. lovetox

    so our approach is, lets hope im still subscribed