Skip to content

Commit

Permalink
Fix derp from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
masad-frost committed May 31, 2024
1 parent 7fb0e4e commit d0bb07e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 5 deletions.
56 changes: 56 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,62 @@ channel = "stable-23_05"
localPort = 3000
externalPort = 80

[[ports]]
localPort = 24678
externalPort = 3000

[[ports]]
localPort = 33057
externalPort = 8099

[[ports]]
localPort = 34059
externalPort = 9000

[[ports]]
localPort = 34211
externalPort = 5173

[[ports]]
localPort = 34699
externalPort = 5000

[[ports]]
localPort = 39905
externalPort = 3001

[[ports]]
localPort = 41127
externalPort = 6000

[[ports]]
localPort = 41219
externalPort = 3002

[[ports]]
localPort = 41767
externalPort = 3003

[[ports]]
localPort = 42829
externalPort = 8081

[[ports]]
localPort = 43137
externalPort = 8000

[[ports]]
localPort = 45753
externalPort = 8008

[[ports]]
localPort = 46273
externalPort = 8080

[[ports]]
localPort = 46317
externalPort = 4200

[languages.eslint]
pattern = "**{*.ts,*.js,*.tsx,*.jsx}"
[languages.eslint.languageServer]
Expand Down
5 changes: 0 additions & 5 deletions router/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,6 @@ class RiverServer<Services extends AnyServiceSchemaMap> {
return;
}

const inputMessage = await incoming.next();
if (inputMessage.done) {
return;
}

try {
const outputMessage = await procedure.handler(
serviceContextWithTransportInfo,
Expand Down

0 comments on commit d0bb07e

Please sign in to comment.