GreemDev-Ryujinx/src/Ryujinx.HLE/HOS/Services/Sockets/Bsd
Vudjun bc07bc482d
Some checks are pending
Canary release job / Create tag (push) Waiting to run
Canary release job / Release for linux-arm64 (push) Waiting to run
Canary release job / Release for linux-x64 (push) Waiting to run
Canary release job / Release for win-x64 (push) Waiting to run
Canary release job / Release MacOS universal (push) Waiting to run
Gracefully handle errors in socket creation (#662)
In all other calls, exceptions are handled within the ManagedSocket
class, this can't easily be done here as the exception is thrown from
the constructor, so the exception is handled in ISocket and the correct
error is passed to the application.

This should fix #660
2025-02-16 02:26:37 -06:00
..
Impl Add logging in socket implementation (#661) 2025-02-16 01:03:44 -06:00
Proxy Add logging in socket implementation (#661) 2025-02-16 01:03:44 -06:00
Types editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
BsdContext.cs misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
IClient.cs Gracefully handle errors in socket creation (#662) 2025-02-16 02:26:37 -06:00
IFileDescriptor.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
ISocket.cs misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
ServerInterface.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00