Skip to content

Commit

Permalink
Update dependencies to latest (#80)
Browse files Browse the repository at this point in the history
* aws-c-common v0.4.12
aws-c-io v0.4.11
aws-c-mqtt v0.4.7

* adapt to API spelling change
  • Loading branch information
graebm authored and JonathanHenson committed Oct 4, 2019
1 parent ab0f798 commit 300db83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws-c-io
2 changes: 1 addition & 1 deletion aws-c-mqtt
2 changes: 1 addition & 1 deletion source/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ static void s_elg_capsule_destructor(PyObject *elg_capsule) {

/* Must use async cleanup.
* We could deadlock if we ran the synchronous cleanup from an event-loop thread. */
aws_event_loop_group_cleanup_async(elg, s_elg_native_cleanup_complete, elg);
aws_event_loop_group_clean_up_async(elg, s_elg_native_cleanup_complete, elg);
}

PyObject *aws_py_event_loop_group_new(PyObject *self, PyObject *args) {
Expand Down

0 comments on commit 300db83

Please sign in to comment.