Skip to content

Commit

Permalink
feat: add the initial autoconnect-ws/state machine crates (#363)
Browse files Browse the repository at this point in the history
includes the UnidentifiedClient (pre Hello) state, beginnings of the
WebPushClient state and a unit test setup

also add some autoconnect-web integration tests of ws handling

bump the circleci resource_class to large

SYNC-3581
  • Loading branch information
pjenvey authored Apr 7, 2023
1 parent 9c56983 commit b4298ea
Show file tree
Hide file tree
Showing 27 changed files with 1,745 additions and 256 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
username: $DOCKER_USER
password: $DOCKER_PASS

resource_class: large
steps:
- checkout
- run:
Expand All @@ -50,6 +51,7 @@ jobs:
username: $DOCKER_USER
password: $DOCKER_PASS
command: -sharedDb -inMemory
resource_class: large
environment:
AWS_LOCAL_DYNAMODB: http://localhost:8000
steps:
Expand Down Expand Up @@ -114,6 +116,7 @@ jobs:
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
resource_class: large
working_directory: /dockerflow
parameters:
image:
Expand Down
Loading

0 comments on commit b4298ea

Please sign in to comment.