Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Networking samples do not work on MacOS #64

Open
FunMiles opened this issue Feb 1, 2023 · 3 comments
Open

Networking samples do not work on MacOS #64

FunMiles opened this issue Feb 1, 2023 · 3 comments

Comments

@FunMiles
Copy link

FunMiles commented Feb 1, 2023

It seems that all the socket_send_* and socket_recv_* are only defined for Windows.
Did I miss something?

@andreasbuhr
Copy link
Owner

Yes, unfortunately there is only a Windows implementation for networking and file-IO.

@FunMiles
Copy link
Author

FunMiles commented Feb 9, 2023

I am short of time to enter into development to implement this. If I end up with more free time, I may try to tackle it for UNIX type sockets (Linux/MacOS) and follow up.

@andreasbuhr
Copy link
Owner

Actually, there is s pull request pending implementing this, see #63. I did not find the time to review it yet because I moved to a new city and changed to a new role recently.
If you could test this pull request and write a review that would be greatly appreciated.

Be aware that the CI might be broken currently. There were some changes in GitHub actions and this project is not adapted to these changes yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants