Host & Client force randomness on each other.
Updated Reserved entry order. Made DataType ID changes easier in future (this MAY NOT happen again once in use).
This commit is contained in:
parent
687e6f9642
commit
f4118f28ba
25 changed files with 1032 additions and 667 deletions
|
|
@ -42,13 +42,11 @@ mod tests {
|
|||
}
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
// CommunicationError
|
||||
//
|
||||
// On native targets the full variant set (including quinn / wtransport
|
||||
// wrappers) is available. On WASM only the transport-independent subset is
|
||||
// compiled.
|
||||
// ===========================================================================
|
||||
/* CommunicationError
|
||||
*
|
||||
* On native targets the full variant set (including quinn / wtransport
|
||||
* wrappers) is available. On WASM only the transport-independent subset is
|
||||
* compiled. */
|
||||
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
#[derive(Debug, Error, Clone)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue