Skip to content

Commit

Permalink
Merge pull request edgehog-device-manager#298 from rgallor/ws-over-ws
Browse files Browse the repository at this point in the history
feat(ws): implement websocket over websocket
  • Loading branch information
harlem88 authored Mar 22, 2024
2 parents 68a0ee3 + f334937 commit 80c9d0c
Show file tree
Hide file tree
Showing 20 changed files with 2,034 additions and 713 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ target/
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# RustRover IDE
.idea/

/telemetry.json

# GitHub actions checks before committing
/.pre-commit-config.yaml

# Local coverage file
tarpaulin-report.html
Loading

0 comments on commit 80c9d0c

Please sign in to comment.