mwhicks-dev / splat-alpha

2D platforming game engine based in C++ and built on top of the SFML multimedia suite.
0 stars 0 forks source link

Implement other request/response content-types #41

Closed mwhicks-dev closed 5 months ago

mwhicks-dev commented 5 months ago

List of Request content-types:

List of Response content-types:

ServerDto actual class will need to be implemented. It should be something like this:

ServerDto
+ client_id: size_t
+ pub_sub_address: std::string

We will leave this class in the same scope as Request/Response/Controller, though in a separate header.

mwhicks-dev commented 5 months ago

Request::ContentType::Shutdown will be pushed by the Server pub/sub once it is no longer running.