Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBozzz34 committed Mar 8, 2024
2 parents c1504a4 + 0358dc4 commit 0ce8da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions context/WebSocketContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export function WebSocketProvider({ children }: WebSocketProviderProps) {
const [connectionStatus, setConnectionStatus] = useState<string>("Disconnected")

useEffect(() => {
// const newSocket = new WebSocket("wss://wss.catgirlsaresexy.org")
const newSocket = new WebSocket("ws://127.0.0.1:8080")
const newSocket = new WebSocket("wss://wss.catgirlsaresexy.org")
// const newSocket = new WebSocket("ws://127.0.0.1:8080")

newSocket.onopen = () => {
console.log("WebSocket connected")
Expand Down

0 comments on commit 0ce8da6

Please sign in to comment.