GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://gamedevtecnico.github.io/cubos/
MIT License
80 stars 20 forks source link

Add network TcpSocket class #1258

Open roby2014 opened 4 weeks ago

roby2014 commented 4 weeks ago

blocked by #1256

Description

Implemented network TcpSocket class with the implementation proposed in the issue.

Checklist

github-actions[bot] commented 4 weeks ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://GameDevTecnico.github.io/cubos/docs-preview/pr-1258/ on branch gh-pages at 2024-07-02 18:07 UTC

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 45.67901% with 44 lines in your changes missing coverage. Please review.

Project coverage is 40.33%. Comparing base (542ec25) to head (0f78dbc). Report is 10 commits behind head on main.

Files Patch % Lines
core/src/net/tcp_socket.cpp 0.00% 36 Missing :warning:
core/src/net/address.cpp 68.00% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1258 +/- ## ========================================== + Coverage 40.32% 40.33% +0.01% ========================================== Files 351 354 +3 Lines 26061 26142 +81 ========================================== + Hits 10508 10545 +37 - Misses 15553 15597 +44 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.