issues
search
TheRustyPickle
/
Chirp
A chat app built from scratch using GTK4 in Rust
MIT License
5
stars
3
forks
source link
Handling WS requests in queue
#15
Closed
TheRustyPickle
closed
1 year ago
TheRustyPickle
commented
1 year ago
Resolves #11
The gui can now wait and keep trying to connect to the WS
A single vector is maintained to handle all WS process requests in FIFO order
Can communicate events sent without WS after the connection is established to some degree. Further accurate action would require a database
Updated random image api
Resolves #11