mirror-chatterino2/src/providers/liveupdates
pajlada aa048b3793
fix: ensure liveupdate pubsubs exit (#5557)
Previously, the derived class (i.e. BttvLiveUpdates or SeventvEventAPI)
    would have their destructor ran before BasicPubSubManager called
    stop, meaning there was a time wherein messages could still flow
    through, attempting to call `onMessage` on a pure virtual, causing a
    crash.
2024-08-24 14:01:13 +02:00
..
BasicPubSubClient.hpp fix: cleanly exit on shutdown (#5537) 2024-08-10 14:24:25 +02:00
BasicPubSubManager.hpp fix: ensure liveupdate pubsubs exit (#5557) 2024-08-24 14:01:13 +02:00
BasicPubSubWebsocket.hpp feat: Basic PubSub Manager for Live Emote Updates (#4087) 2022-10-29 14:01:01 +02:00