Summary: | bluedevil obexftp:// hangs during transfers of big files | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | mateusz-lists |
Component: | bluetooth-kio-obex | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mateusz-lists
2011-01-17 22:24:38 UTC
What version of BlueDevil are you using? 1.0.1 Can you can reproduce it all the time? Yes you can, as I already did. I'm going to fix it right now, thanks for the feedback! Git commit f7f09577df51fc230bc201871401f6b450d45cef by Alex Fiestas Pushed by afiestas into branch stable Reset the timer each time transferProgress is emmited. The session is actually used when the transfer is going on, so we have to reset the timer in order to avoid invalid sessionTimeout. BUG: 263480 FIXED-IN: 1.0.2 M +3 -0 src/daemon/obexftpkded/obexsession.cpp M +3 -0 src/daemon/obexftpkded/obexsession.h http://commits.kde.org/983d372e/f7f09577df51fc230bc201871401f6b450d45cef Great ! Waiting for 1.0.2 release :) Big thanks and regards ! Git commit fdffaa72bd600e0a36859b008ed32a7be2211fdb by Alex Fiestas Pushed by afiestas into branch master Reset the timer each time transferProgress is emmited. The session is actually used when the transfer is going on, so we have to reset the timer in order to avoid invalid sessionTimeout. BUG: 263480 FIXED-IN: 1.0.2 M +3 -0 src/daemon/obexftpkded/obexsession.cpp M +3 -0 src/daemon/obexftpkded/obexsession.h http://commits.kde.org/983d372e/fdffaa72bd600e0a36859b008ed32a7be2211fdb |