Skip to content

Commit

Permalink
wss
Browse files Browse the repository at this point in the history
  • Loading branch information
suyeshs committed Dec 5, 2023
1 parent d018d07 commit 7df2466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/options-chain/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useWebSocket } from '../../hooks/useSocketMobx';
const Home: React.FC = () => {
//const isInitialLoadCompleted = useWebSocket('ws://localhost:8888/tradepod');
//const isInitialLoadCompleted = useWebSocket('wss://tradepodsocket--suyeshs.repl.co:8888/tradepod');
const isInitialLoadCompleted = useWebSocket('ws://ns3151328.ip-151-106-34.eu:8888/tradepod');
const isInitialLoadCompleted = useWebSocket('wss://ns3151328.ip-151-106-34.eu:8888/tradepod');

// Render the OptionsGrid component only if the initial load is completed
if (!isInitialLoadCompleted) {
Expand Down

1 comment on commit 7df2466

@vercel
Copy link

@vercel vercel bot commented on 7df2466 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tradepod – ./

tradepod-suyeshs.vercel.app
tradepod.vercel.app
tradepod-git-master-suyeshs.vercel.app

Please sign in to comment.