Make /api/subscribe hang forever instead of returning no messages

This commit is contained in:
Lucien Greathouse
2019-09-10 16:42:14 -07:00
parent fc01eecdcb
commit 877fd1af35
2 changed files with 12 additions and 9 deletions

View File

@@ -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};