Skip to content

fix: Changes for v2.3.0 to fix issues seen with highly concurrent creation of a large number of sockets #37

fix: Changes for v2.3.0 to fix issues seen with highly concurrent creation of a large number of sockets

fix: Changes for v2.3.0 to fix issues seen with highly concurrent creation of a large number of sockets #37

Workflow file for this run

name: unit_tests
permissions:
contents: read
on:
workflow_dispatch:
push:
branches:
- trunk
pull_request:
branches:
- trunk
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30 # v1.6.4
- name: dart pub get
run: dart pub get
- name: dart analyze
run: dart analyze
- name: dart test
run: dart test