Implemented link timeouts and keepalive

This commit is contained in:
Mark Qvist 2018-04-21 16:12:42 +02:00
parent 98a489ee11
commit 260f8bbaf1
4 changed files with 153 additions and 24 deletions

View file

@ -4,6 +4,7 @@ import math
import time
import threading
import vendor.umsgpack as umsgpack
from time import sleep
class Resource: