aluntzer / gtknodes

A GTK-based library to create functional flow graphs with the ability to pass arbitrary data between connected elements.
Other
92 stars 10 forks source link

Saving project to XML sometimes misses the socket connections #16

Closed vgrcs closed 1 year ago

vgrcs commented 1 year ago

Hi,

I've experienced that saving the NodeView configuration to file sometimes loses the socket connections. The Nodes are saved but not the NodeSockets. In my current setup this happens like 1 in 10 saves.

Best regards, Vitor

aluntzer commented 1 year ago

I was unable reproduce this so far. Can you provide some example code that generates this error or can you point me to you to the code of yours so I can use it to debug this issue?

vgrcs commented 1 year ago

I think this happened becaused my application was closing without knowing if the save operation was completed.

aluntzer commented 1 year ago

Ok, let's close this for now