Skip to content

Fix #47: Handle WsManager Drop and close the ping and reader tasks #39

Fix #47: Handle WsManager Drop and close the ping and reader tasks

Fix #47: Handle WsManager Drop and close the ping and reader tasks #39

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy,rustfmt
- run: ./ci.sh