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

fix: Orbuculum use stream abstraction for accessing nwserver #103

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

Novakov
Copy link
Collaborator

@Novakov Novakov commented Jun 4, 2023

Orbuculum was still using POSIX API directly instead of stream abstraction. That means it was using read() for receiving data from sockets which is not valid on Win32.

Direct POSIX API usage was replaced with stream abstraction bringing back receiving data from TCP upstream (e.g. J-Link GDB Server) on Win32

Orbuculum was still using POSIX API directly instead of stream
abstraction. That means it was using read() for receiving data from
sockets which is not valid on Win32.

Direct POSIX API usage was replaced with stream abstraction bringing
back receiving data from TCP upstream (e.g. J-Link GDB Server) on Win32
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

Successfully merging this pull request may close these issues.

2 participants