Skip to content

Commit

Permalink
two speed streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
bweissmann committed Oct 6, 2023
1 parent 77b034e commit 571c98c
Show file tree
Hide file tree
Showing 11 changed files with 349 additions and 372 deletions.
4 changes: 2 additions & 2 deletions midnight/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from "react";
import useWebSocket from "react-use-websocket";
import SingleStream from "./LogViewer";
import SingleStream from "./logs/Index";

function App() {
const [recents, setRecents] = useState<
Expand Down Expand Up @@ -85,7 +85,7 @@ function App() {

{connected && (
<SingleStream
stream={id}
streamName={id}
onDisconnect={() =>
setRecents({
...recents,
Expand Down
155 changes: 0 additions & 155 deletions midnight/src/LogViewer.tsx

This file was deleted.

148 changes: 0 additions & 148 deletions midnight/src/StreamChunk.tsx

This file was deleted.

65 changes: 0 additions & 65 deletions midnight/src/StreamReciever.tsx

This file was deleted.

Loading

0 comments on commit 571c98c

Please sign in to comment.