handling disconnection better

just know the whole socket thing will improve with better code that can scale later on...know that ill never be happy with it, but just live with it and make sure that the data flow is understandable and clean
This commit is contained in:
talksik
2022-05-08 13:13:42 -05:00
parent c9c4c18727
commit 26e6a141f1
3 changed files with 75 additions and 6 deletions
@@ -319,6 +319,10 @@ function useSocketHandler(linesData: MasterLineData[]) {
[$ws]
);
/**
* TODO: handle telling overall current client that we are finally rtc connected for a certain line
*/
// TODO: move all of these emitters to just having child views doing the work here
return {
linesMap,