File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ def on_connection_completed(conn_future):
73
73
http_stream = connection .request (
74
74
request = request ,
75
75
on_body = on_incoming_body )
76
-
76
+
77
+ http_stream .activate ()
77
78
http_stream .completion_future .add_done_callback (on_request_complete )
78
79
79
80
except Exception as e :
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'awsiotsdk' ,
20
- version = '1.0.5 ' ,
20
+ version = '1.0.6 ' ,
21
21
description = 'AWS IoT SDK based on the AWS Common Runtime' ,
22
22
author = 'AWS SDK Common Runtime Team' ,
23
23
url = 'https://github.com/aws/aws-iot-device-sdk-python-v2' ,
24
24
packages = ['awsiot' ],
25
25
install_requires = [
26
- 'awscrt==0.5.11 ' ,
26
+ 'awscrt==0.5.12 ' ,
27
27
'futures;python_version<"3.2"' ,
28
28
'typing;python_version<"3.5"' ,
29
29
],
You can’t perform that action at this time.
0 commit comments