Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(client): Re-implement following the new transport protocol (#6)
* feat: drop deps and begin rework with connecting a socket # Conflicts: # package.json # src/types.d.ts # yarn.lock * refactor: adapt file title * refactor: naming consistency and type reuse * refactor: use generic default * refactor: multiple sinks can subscribe * refactor: use absolute imports * fix(message): payload for conn init can be undefined # Conflicts: # src/message.ts * refactor: the sink can error out with graphql errors too * feat(client): implement # Conflicts: # src/tests/client.ts * fix: run tests serially * test: basic subscription * fix: check if already connected when connecting * test: write a few more
- Loading branch information