Skip to content

Commit

Permalink
rm write to use overload
Browse files Browse the repository at this point in the history
  • Loading branch information
sebibek committed Nov 1, 2023
1 parent 7db4c9e commit c1dba53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webserver/PutUpdates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ function flushclient(client::ClientSession)
lag = client.simulated_lag
(lag > 0) && sleep(lag * (0.5 + rand())) # sleep(0) would yield to the process manager which we dont want
end
write(client.stream, serialize_message(next_to_send, client))
send_message(client.stream, next_to_send)
else
put!(flushtoken)
Expand Down

0 comments on commit c1dba53

Please sign in to comment.