File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ <h1 class="title">Module <code>slack_sdk.socket_mode.builtin.internals</code></h
306306 elif current_data_length == 127:
307307 if len(remaining_bytes) < 10:
308308 remaining_bytes += receive(1024)
309- current_data_length = struct.unpack("!H ", bytes(remaining_bytes[2:10]))[0]
309+ current_data_length = struct.unpack("!Q ", bytes(remaining_bytes[2:10]))[0]
310310 idx_after_length_part = 10
311311
312312 current_header = FrameHeader(
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1 class="title">Module <code>slack_sdk.version</code></h1>
2828< span > Expand source code</ span >
2929</ summary >
3030< pre > < code class ="python "> """Check the latest version at https://pypi.org/project/slack-sdk/"""
31- __version__ = "3.17.1 "</ code > </ pre >
31+ __version__ = "3.17.2 "</ code > </ pre >
3232</ details >
3333</ section >
3434< section >
Original file line number Diff line number Diff line change 11"""Check the latest version at https://pypi.org/project/slack-sdk/"""
2- __version__ = "3.17.1 "
2+ __version__ = "3.17.2 "
You can’t perform that action at this time.
0 commit comments