From 8043ed6473ebb97e65a5835742781c88d26bc0ea Mon Sep 17 00:00:00 2001 From: bigint <69431456+bigint@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:00:37 +0530 Subject: [PATCH] fix: add connection_init --- src/components/home/LatestTransactions.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/home/LatestTransactions.tsx b/src/components/home/LatestTransactions.tsx index d873034..1b93f99 100644 --- a/src/components/home/LatestTransactions.tsx +++ b/src/components/home/LatestTransactions.tsx @@ -63,6 +63,7 @@ const LatestTransactions: FC = () => { }; useEffect(() => { + sendJsonMessage({ type: 'connection_init' }); if (readyState === 1) { sendJsonMessage({ id: '1',