0.3.5-alpha.7
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// file: crates/apps/game-realtime-webtransport-browser-smoke/src/shared.rs
|
||||
// version: 1
|
||||
|
||||
/// Binary payload sent from the real browser to the native smoke peer.
|
||||
pub(crate) const BROWSER_PAYLOAD: &[u8] = b"games.sasedev-webtransport-browser-client-smoke";
|
||||
/// Binary payload sent from the native smoke peer back to the real browser.
|
||||
pub(crate) const SERVER_PAYLOAD: &[u8] = b"games.sasedev-webtransport-browser-server-smoke";
|
||||
Reference in New Issue
Block a user