Pompey21 / Client-Server-Rust-2

A simple client-server application but I start from scratch!
0 stars 0 forks source link

Keep Track of Active Users #1 #14

Closed Pompey21 closed 1 year ago

Pompey21 commented 1 year ago

In order to keep track of active users, I want to keep track of who sent its information to the server.

Pompey21 commented 1 year ago

Need to figure out how to create a global variable that can be read and written to from different threads. I am exploring some stuff with Tokio but keep on getting new recommendations. Ask Matteo about this...