Skip to content

Commit

Permalink
Don't call channel destroy ourselves
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Oct 11, 2024
1 parent 9bd2396 commit af35e65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sockets/client.jl
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ function c_shutdown_callback(bootstrap, error_code, channel, socket)
close(socket.writebuf)
socket.channel = C_NULL
socket.slot = C_NULL
aws_channel_destroy(channel)
return
end

Expand Down

0 comments on commit af35e65

Please sign in to comment.