Network: Made send async in RoomMember
This commit is contained in:
parent
859be35d54
commit
a0626221a5
4 changed files with 70 additions and 25 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
// Reasons why connection was rejected
|
||||
NameCollision, ///< Somebody is already using this name
|
||||
MacCollision, ///< Somebody is already using that mac-address
|
||||
WrongVersion, ///< The room version is not the same as for this RoomMember
|
||||
CouldNotConnect ///< The room is not responding to a connection attempt
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue