|
@@ -144,7 +144,8 @@ class TestSt:
|
|
|
|
|
|
def test_on_error(self, message, *args):
|
|
|
# print("on_error args=>{}".format(args))
|
|
|
- pass
|
|
|
+ if self.message_receiver:
|
|
|
+ self.message_receiver(message, *args)
|
|
|
|
|
|
def test_on_close(self, *args):
|
|
|
# print("on_close: args=>{}".format(args))
|