Skip to content

Commit c41f156

Browse files
authored
Add notice about SSL to readme (#67)
1 parent 3bce385 commit c41f156

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ async with stompman.Client(
2929
on_error_frame=lambda error_frame: print(error_frame.body),
3030
on_heartbeat=lambda: print("Server sent a heartbeat"),
3131

32+
# SSL — can be either `None` (default), `True`, or `ssl.SSLContext'
33+
ssl=None,
34+
3235
# Optional parameters with sensible defaults:
3336
heartbeat=stompman.Heartbeat(will_send_interval_ms=1000, want_to_receive_interval_ms=1000),
3437
connect_retry_attempts=3,

0 commit comments

Comments
 (0)