We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bce385 commit c41f156Copy full SHA for c41f156
README.md
@@ -29,6 +29,9 @@ async with stompman.Client(
29
on_error_frame=lambda error_frame: print(error_frame.body),
30
on_heartbeat=lambda: print("Server sent a heartbeat"),
31
32
+ # SSL — can be either `None` (default), `True`, or `ssl.SSLContext'
33
+ ssl=None,
34
+
35
# Optional parameters with sensible defaults:
36
heartbeat=stompman.Heartbeat(will_send_interval_ms=1000, want_to_receive_interval_ms=1000),
37
connect_retry_attempts=3,
0 commit comments