Changeset e1352e15


Ignore:
Timestamp:
2015-08-01T23:59:15Z (9 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Children:
365b25a, 7051acb
Parents:
ee8307c
Message:

Err. Yes, now fix those ping timeouts calls for real.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/wa.py

    ree8307c re1352e15  
    354354        def keepalive(self):
    355355                if (time.time() - self.last_pong) > self.PING_TIMEOUT:
    356                         self.cb.error("Ping timeout")
    357                         self.cb.logout(True)
     356                        self.bee.error("Ping timeout")
     357                        self.bee.logout(True)
    358358                        return
    359359                if self.next_ping and (time.time() < self.next_ping):
Note: See TracChangeset for help on using the changeset viewer.