TheRustyPickle / Chirp

A chat app built from scratch using GTK4 in Rust
MIT License
5 stars 3 forks source link

Fix proper ID updating when creating new user #87

Closed TheRustyPickle closed 1 year ago

TheRustyPickle commented 1 year ago

When a new user is created but the server connection is not available and messages are sent in the queue, the message sending fails after the connection is established as it tries to send to User 0 which should not happen.