Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
Fix crashing after a lot of logs had been received
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta committed Nov 21, 2021
1 parent c5e41f7 commit 6d771de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/subscriptions/logs-subscription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export const LogsSubscription: React.FunctionComponent = () => {
}

const netServer = net.createServer((socket) => {
socket.pipe(socket);
socket.on('data', (data) => {
const dataLines = data
.toString()
Expand Down

0 comments on commit 6d771de

Please sign in to comment.