fix: unhardcode matchmake session fields and fix other stuff
This commit is contained in:
parent
7703aafe3c
commit
b8cc89a6d9
6 changed files with 72 additions and 65 deletions
|
|
@ -709,7 +709,6 @@ impl ExternalConnection{
|
|||
|
||||
impl SendingConnection{
|
||||
pub async fn send(&self, data: Vec<u8>) -> Option<()> {
|
||||
println!("{}", hex::encode(&data));
|
||||
let internal = self.inernal.upgrade()?;
|
||||
|
||||
let mut internal = internal.lock().await;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue