You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: