Testing #1
@@ -23,7 +23,7 @@ const App = () => {
|
||||
terminal.current.open(terminalRef.current);
|
||||
|
||||
// Connect to the WebSocket server
|
||||
socket.current = new WebSocket('2.tcp.ngrok.io:10908');
|
||||
socket.current = new WebSocket('localhost:3001');
|
||||
|
||||
// WebSocket Event Handlers
|
||||
socket.current.onopen = () => {
|
||||
|
||||
Reference in New Issue
Block a user