f1nal3 / Juniorgram

A C++ messenger for learning purposes in EPAM Brest C++ R&D Lab
14 stars 1 forks source link

In-depth queue update (Will be updated) #669

Open memorisecodead opened 1 year ago

memorisecodead commented 1 year ago

Idea:

The server is one of the centers of the application, which must do its job stably. Linking the server to the "clients" means that the server must stably receive and send packets of messages. The server also processes messages. It is necessary to make sure that the queue works correctly in possible cases of its use. (which ones? this will be identified and added later).

Goals: