Skip to content

a failing recv is now fatal for the tcp-connection #66

a failing recv is now fatal for the tcp-connection

a failing recv is now fatal for the tcp-connection #66

Workflow file for this run

name: macos
on: [push]
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: cmake
run: cmake -B build -DIS_MAC=TRUE
- name: make
run: make -C build