Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash when sending file from terminal; Silence some warnings #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jeremypw
Copy link

@jeremypw jeremypw commented Dec 31, 2024

  • Use Gee.ArrayList instead of File[] - this stopped the crash
  • Ensure the ObjectManager has finished initializing before sending files. This ensures certain functions' requirements are met before they are called

This makes the scan_and_send_files function wait in Idle loop until object_manager flags it is ready - is there a more elegant way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant