|
@@ -4,7 +4,7 @@ Which is local file mongo as the control/source, and then comparing the data fro
|
|
|
server data, and then synchronizing them */
|
|
|
|
|
|
import { Observable, map, Subject, takeUntil, take, of, timer, from } from "rxjs";
|
|
|
-import { BaseMessage, ResponseMessage } from "../dependencies/fisappmessagejsutilty/dependencies/dependencies";
|
|
|
+import { BaseMessage, ResponseMessage } from "../dependencies/msgutil/dependencies/dependencies";
|
|
|
import { LogSetting, MessageLog } from "../dependencies/log/type/datatype";
|
|
|
import { ErrorTrigger, MessageSynchronisationServiceSetting } from "../type/datatype";
|
|
|
import { StreamingService } from "./test-streamOBS";
|