Skip to content

Revert "Fix #47: Handle WsManager Drop and close the ping and reader … #60

Revert "Fix #47: Handle WsManager Drop and close the ping and reader …

Revert "Fix #47: Handle WsManager Drop and close the ping and reader … #60

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