This repository was archived by the owner on Dec 6, 2021. It is now read-only.

Description
Currently the client have two connection with the server possible, the paired and the sub connection.
The problem is that those two connections can receive responses that are not limited to the ones valid, for example a paired connection could, in terms of types, receive a Response::Event which incorrect and must be impossible.
We must create new response types for those two connection types.