mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
Make /api/subscribe hang forever instead of returning no messages
This commit is contained in:
@@ -5,7 +5,7 @@ use std::{
|
||||
collections::{HashMap, HashSet},
|
||||
};
|
||||
|
||||
use rbx_dom_weak::{RbxId, RbxInstance, RbxValue};
|
||||
use rbx_dom_weak::{RbxId, RbxValue};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use crate::{session_id::SessionId, snapshot::InstanceWithMeta};
|
||||
|
||||
Reference in New Issue
Block a user