Skip to content

Commit

Permalink
1、Fix the bug related to message ID length
Browse files Browse the repository at this point in the history
2、Fix the bug which sync the subscription relationship without expression
3、The subscribe method adds raise exception
4、Set default values for AK and SK with empty strings
  • Loading branch information
zhouli committed Dec 30, 2024
1 parent f37b896 commit 99766c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/example/async_producer_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ def handle_send_result(result_future):
except Exception as e:
print(f"{producer.__str__()} startup raise exception: {e}")
producer.shutdown()

0 comments on commit 99766c9

Please sign in to comment.