issues
search
botcity-dev
/
botcity-framework-web-python
BotCity Framework Web - Python
https://documentation.botcity.dev/frameworks/web/
Apache License 2.0
40
stars
19
forks
source link
BUG: inserted sleep before returning from wait_for_file method
#41
Closed
joao-voltarelli
closed
2 years ago
joao-voltarelli
commented
2 years ago
Updated:
Added a sleep before the return statement on
wait_for_file
and
wait_for_new_file
methods, to prevent the file from being accessed without being completely saved and released.
fixes #39
Updated:
wait_for_file
andwait_for_new_file
methods, to prevent the file from being accessed without being completely saved and released.fixes #39