Skip to content

Commit

Permalink
revert comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Nov 10, 2023
1 parent 6cf2900 commit f6bea54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/secure_tunneling.c
Original file line number Diff line number Diff line change
Expand Up @@ -1713,8 +1713,7 @@ static uint64_t s_aws_secure_tunnel_compute_operational_state_service_time(
struct aws_secure_tunnel *secure_tunnel,
uint64_t now) {

/* Another message is in transit down the WebSocket, but schedule a new message to the nearest time to avoid delays.
*/
/* If a message is in transit down the WebSocket, then wait for it to complete */
if (secure_tunnel->pending_write_completion) {
return 0;
}
Expand Down

0 comments on commit f6bea54

Please sign in to comment.