- provide loop at ws::connect
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import abc
|
||||
|
||||
class IConnection:
|
||||
@abc.abstractmethod
|
||||
def on_connect(self):
|
||||
def on_connect(self, loop):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user