Skip to content

Commit

Permalink
Merge pull request #18 from KomodoPlatform/socket-proxy
Browse files Browse the repository at this point in the history
feat: proxy support for websockets
  • Loading branch information
onur-ozkan authored Jan 10, 2024
2 parents 30d19e0 + 97d4c88 commit bab7877
Show file tree
Hide file tree
Showing 17 changed files with 559 additions and 185 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly-2022-03-17]
rust: [nightly, beta, stable]
steps:
- uses: actions/checkout@v2

Expand All @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly-2022-03-17]
rust: [nightly, beta, stable]
steps:
- uses: actions/checkout@v2

Expand All @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly-2022-03-17]
rust: [nightly, beta, stable]
steps:
- uses: actions/checkout@v2

Expand All @@ -82,7 +82,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
rust: [nightly-2022-03-17]
rust: [nightly, beta, stable]
steps:
- uses: actions/checkout@v2

Expand All @@ -103,7 +103,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
rust: [nightly-2022-03-17]
rust: [nightly, beta, stable]
steps:
- uses: actions/checkout@v2

Expand Down
Loading

0 comments on commit bab7877

Please sign in to comment.