Skip to content

服务器关闭时,主动把所有socket链接关闭 #95

服务器关闭时,主动把所有socket链接关闭

服务器关闭时,主动把所有socket链接关闭 #95

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup .NET Core
uses: actions/setup-dotnet@master
with:
dotnet-version: 7.0.203
- name: dotnet info
run: dotnet --info
- name: dotnet JT808.Gateway restore
run: dotnet restore ./src/JT808.Gateway.sln
- name: dotnet JT808.Gateway build
run: dotnet build ./src/JT808.Gateway.Tests/JT808.Gateway.Test/JT808.Gateway.Test.csproj
- name: dotnet JT808.Gateway test
run: dotnet test ./src/JT808.Gateway.Tests/JT808.Gateway.Test/JT808.Gateway.Test.csproj