File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " AWSCRT"
2
2
uuid = " df31ea59-17a4-4ebd-9d69-4f45266dc2c7"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
5
5
[deps ]
6
6
CountDownLatches = " 621fb831-fdad-4fff-93ac-1af7b7ed19e3"
Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ function connect(
418
418
419
419
# this ud must persist until the connection is closed
420
420
on_connection_resumed_ud, on_connection_resumed_udp = if on_connection_resumed != = nothing
421
- ud = _OnConnectionInterruptedUserData (connection. events, on_connection_resumed)
421
+ ud = _OnConnectionResumedUserData (connection. events, on_connection_resumed)
422
422
udp = Base. pointer_from_objref (ud)
423
423
lock (_C_IDS_LOCK) do
424
424
# TODO we leak these refs, they are never freed
You can’t perform that action at this time.
0 commit comments