Feature reconstructe thing
Compare changes
+ 47
− 1
@@ -9,6 +9,7 @@
@@ -9,6 +9,7 @@
@@ -45,6 +46,11 @@ def receive_once(self, endpoint):
@@ -45,6 +46,11 @@ def receive_once(self, endpoint):
@@ -57,7 +63,7 @@ def __init__(self, token, endpoint, callback, loop):
@@ -57,7 +63,7 @@ def __init__(self, token, endpoint, callback, loop):
@@ -100,6 +106,10 @@ def on_connection_open(self, _unused_connection):
@@ -100,6 +106,10 @@ def on_connection_open(self, _unused_connection):
@@ -117,6 +127,28 @@ def on_channel_open(self, _unused_channel):
@@ -117,6 +127,28 @@ def on_channel_open(self, _unused_channel):
@@ -155,6 +187,20 @@ def reconnect_token_expired(self, token):
@@ -155,6 +187,20 @@ def reconnect_token_expired(self, token):