-
Can you please create a TCP socket
-
I started a [thread](https://github.com/rapidsai/ucx-py/issues/1072) in ucx-py, and now I have replaced ucx-py with ucxx, which resolved the blocking issue. However, in terms of performance, ucx is sl…
-
Error in connection line: "Sockets . connect( this . _id , customOptions . host , customOptions . port , customOptions) ;"
Error msg: Cannot read properties of undefined (reading 'connect')
stack:
…
-
**Version of emscripten/emsdk:**
> emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.70 (b53978ee3f540dc74761eba127aa7f1b8761a125)
> clang version 20.0.0git (https:/github…
-
Add a simple socket exchange management through the GUI and another program (stored in the "cli" directory)
- Socket management
- Define a simple protocol, something like:
- CONNECT (CLI ->…
-
I was attempting to return nice error responses for certain errors. For example i'd like to return a 408 when a timeout occurs. However it seems to also close the socket.
While testing this out I ran…
-
### Error Message and Logs
```
[21-Nov-2024 10:56:36] ERROR: failed to create new listening socket: socket(): Address family not supported by protocol (97)
[21-Nov-2024 10:56:36] ERROR: failed to cre…
-
# Sighting report
In the NVMe over TCP environment, during the restart of the NVMf target node, all NVMe controllers on the Vhost will have a keep alive timeout and will be disconnected, including …
-
```
│ Error: Unsupported attribute
│
│ on .terraform/modules/cloud_run/modules/v2/main.tf line 183, in resource "google_cloud_run_v2_service" "main":
│ 183: for_each = liveness_pr…
-
### Description
I have TCP socket to receive IP camera stream(Playback data) via NVR. Implementation of data read from socket was working fine in xamarin native build but now in dotnet 8 build as soo…