ibraheemdev / too-many-web-servers

https://ibraheem.ca/posts/too-many-web-servers/
101 stars 7 forks source link

Update non_blocking.rs #1

Closed w1kee closed 1 year ago

w1kee commented 1 year ago

we need to iterate over the completed vec in reverse order, otherwise the connections vec would get shifted and the indices would no longer be accurate.

ibraheemdev commented 1 year ago

Thanks! I updated the blog post as well.