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
when I send small deadlines, everything is fine, but when I send a line that I read from a 60-70 MB file, I get an exception, I understand correctly that this is a dbus limitation
it throws sdbus::Error with description "[org.freedesktop.DBus.Error.Disconnected] Connection reset by peer".
I tried to change the size of the message here /usr/share/dbus-1/system.conf in line <!-- <limit name="max_message_size">120400320</limit> -->, but it didn't help : (
D-Bus is not intended for large data. A feasible approach here is to use other storage or transfer systems and use D-Bus as a transfer orchestration API.
Nevertheless, D-Bus specification allows D-Bus messages of size up to 128 Meg, so I guess that should work out of the box. Honestly, I never worked with such large messages so I can't really help you off the top of my head. Have you found the solution in the meantime?
use version 2.0.0 library
when I send small deadlines, everything is fine, but when I send a line that I read from a 60-70 MB file, I get an exception, I understand correctly that this is a dbus limitation
it throws sdbus::Error with description "[org.freedesktop.DBus.Error.Disconnected] Connection reset by peer".
I tried to change the size of the message here
/usr/share/dbus-1/system.conf
in line<!-- <limit name="max_message_size">120400320</limit> -->
, but it didn't help : (@sangelovic I need heeelp
The text was updated successfully, but these errors were encountered: