Skip to content

Commit

Permalink
fix: add connection_init
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Oct 24, 2023
1 parent 2796721 commit 8043ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/home/LatestTransactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const LatestTransactions: FC = () => {
};

useEffect(() => {
sendJsonMessage({ type: 'connection_init' });
if (readyState === 1) {
sendJsonMessage({
id: '1',
Expand Down

0 comments on commit 8043ed6

Please sign in to comment.