Skip to content

Commit

Permalink
Merge pull request #143 from CS3219-AY2425S1/fix/disable-http-2-flag
Browse files Browse the repository at this point in the history
disable flag and redeploy
  • Loading branch information
Kurtyjlee authored Nov 6, 2024
2 parents e4d6224 + 1b818a3 commit 8e187e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions cloudbuilds/session-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ steps:
"session-service/Dockerfile",
"session-service",
]
env:
- "CLOUDSDK_EXPERIMENTAL_DISABLE_HTTP2=true"

- name: "gcr.io/cloud-builders/docker"
args:
Expand Down
1 change: 1 addition & 0 deletions session-service/src/audio-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import cors from "cors";
interface AudioData {
buffer: Float32Array; // Assuming audio data is sent as a Float32Array
// Add more fields if necessary, e.g., sampleRate, channels, etc.

}

const app = express();
Expand Down

0 comments on commit 8e187e3

Please sign in to comment.