Merge pull request #8 from LukeGus/release-1.0
Release 1.0
This commit was merged in pull request #8.
This commit is contained in:
@@ -82,7 +82,7 @@ const App = () => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
socket.current = new WebSocket("ws://localhost:8081");
|
socket.current = new WebSocket(wsUrl);
|
||||||
|
|
||||||
socket.current.onopen = () => {
|
socket.current.onopen = () => {
|
||||||
terminal.current.writeln(`Connected to WebSocket server at ${wsUrl}`);
|
terminal.current.writeln(`Connected to WebSocket server at ${wsUrl}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user