-
I am using the default example client.ino, I load it with my Wifi network and the server address (I have the server on my PC with modbus slave) similar to this video https://www.youtube.com/watch?v=y1…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Platform
Mac
### OS version
Sequoia 15.1
### App version
5.8.0
### Current Behavior
SimpleX client sendi…
-
Error:
```
TRACE ipc 2
└─ embassy_net_nrf91::{impl#3}::poll @ /embassy-net-nrf91/src/lib.rs:334
ERROR panicked at 'assertion failed: `(left == right)`'
diff < left / right >
16
└─ embassy_ne…
-
# Problem
Currently, the `serve` (sink,source) side determines the `client_identity` exclusively based on the client IP address.
This doesn't work well in
- environment with dynamic client IPs …
-
### Clear and concise description of the problem
During Brownfield conversion, it is important to have a combined swagger in order to do side by side comparison of conversion results.
### Checklist…
-
Here's the relevant high level traffic from server:
`
291 185.953756909 client → server TCP 74 59850 → 50015 [SYN] Seq=0 Win=64860 Len=0 MSS=1380 SACK_PERM TSval=3917095740 TSecr=0 WS=128
292 1…
-
Today CockroachDB only enables 1 TCP listener and optionally 1 unix socket listener.
In a system with multiple networks and multipath routing, it may be possible to increase the total network bandw…
-
Should connect-tcp return the ip and port that get assigned to the client in the response header, like we did in connect-udp-listen?
-
Using tip of main, I get the following output:
```
$ docker compose up irods-client-s3-api
[+] Running 5/4
✔ Network irods-demo_default Created 0.1s
✔ Container irods-dem…
-
Hi, thanks for your modbus library. I found an issue when I use this library. So I report.
### What happens
Modbux.Tcp.Client terminates when TCP response contains 2 payloads.
Following is the …