You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't expecting that. Could the mode not be selected automatically based on network_enabled setting? Wondering what the use-case is for enabling network send/recv with LOCAL UDP mode
this is indeed problematic.
The whole configuration concept is new for eCAL 6.
The very least that we need to do is that we need to check if the configuration is valid and in this case report that this is not a valid configuration.
It would be even better if we were able to check this atomically, with a setter function or similar.
This way of configuration is a big improvement over v5 I think. Perhaps a validate(eCAL:: Configuration &) that reports helpful error messages is a good start
Problem Description
In eCAL v6.0.0-rc.1, I am unable to send data between senders and receivers over the network.
How to reproduce
binary_rec.cpp
as followsbinary_snd.cpp
as followssnd
applicationrec
application running alongsideHow did you get eCAL?
Custom Build / Built from source
Environment
gcc version 14.2.0 (Ubuntu 14.2.0-4ubuntu2~24.04)
eCAL System Information
The text was updated successfully, but these errors were encountered: