-
**Describe the bug**
Created a DatagramSocket with local address 127.0.0.1:0 and remote address 127.0.0.1:2345. After calling `sendBytes` on this UDP socket, `poll` returns true, then `available` ret…
-
I have a client-server model based on Linux's SCTP sockets, using WolfSSL's DTLS 1.3 server and client methods. However, I'm encountering an issue that prevents both peers from completing the DTLS/SSL…
-
Hi there, I believe I've found a bug with UDP sockets, or at least they don't behave the way I expect.
If I open a TCP connection to a service, I can spawn a reader thread and writer thread on the …
jprjr updated
3 years ago
-
My nginx config file calls my lua file with `rewrite_by_lua_file /etc/nginx/conf.d/start.lua;`
The `start.lua` application then calls the main app that I have:
```
package.path = package.path .…
-
The easiest way to reproduce this is with using the TCP listener in combination with the `http_ws_server` mock.
**Computer 1**
```bash
$ ./tunnel tcp:0.0.0.0:10080 -r udp:127.0.0.1:51820 -o heade…
-
Logs below. This seems similar to the output described at https://github.com/sonic-pi-net/sonic-pi/issues/3207#issuecomment-1241802938 but for me:
- There is a `tau.log` in the log folder
- There ar…
-
### Describe the bug?
A working OSC Sender component will stop sending OSC messages when the hierarchy it is part of is disabled and re-enabled. This seems not recoverable without duplicating the c…
-
-
I made a [fork](https://github.com/tuket/ENetLANChatServer_zpl) of this demo application that shows how to scan peers in a LAN. The demo uses the original ENet.
In my fork I have added a CMake opti…
tuket updated
4 months ago
-
From https://github.com/zeroc-ice/ice/actions/runs/11075786900/job/30777485537 (on main):
```
*** [67/304] Running csharp/IceGrid/simple tests ***
[ running without deployment test - 09/27/24 18:…