Skip to content

Commit

Permalink
Add print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Dec 29, 2023
1 parent 21fa54f commit bd7de28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_mqtt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def on_lifecycle_attempting_connect(self, lifecycle_attempting_connect: mqtt5.Li
pass

def on_lifecycle_connection_success(self, lifecycle_connection_success: mqtt5.LifecycleConnectSuccessData):
print("lifecylce connection success receved\n")
self.negotiated_settings = lifecycle_connection_success.negotiated_settings
self.connack_packet = lifecycle_connection_success.connack_packet
if self.future_connection_success:
Expand Down

0 comments on commit bd7de28

Please sign in to comment.