Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c84cd98b

Přidáno uživatelem Martin Forejt před téměř 4 roky(ů)

Re #8731 - notify callback about closed topic

Zobrazit rozdíly:

aswi2021vochomurka/service/subscriber.py
39 39
        for topic in list(self.files):
40 40
            file = self.files.get(topic)
41 41
            if t - file.lastUpdate > self.params.closeLimit:
42
                self.callback.onCloseTopic(topic)
42 43
                file.close()
43 44
                self.files.pop(topic)
44 45

  

Také k dispozici: Unified diff