mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-13 23:05:31 +02:00
Fix resume after yield error
Fixes error that would sometimes occur when closing the Terminal after calling write() but before the VisualServer had finished drawing the current frame.
This commit is contained in:
parent
0ae1d80abb
commit
cf613708c4
2 changed files with 19 additions and 5 deletions
|
@ -33,6 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
closing terminals in the Terminal panel of the editor plugin.
|
||||
- Fixed leaked instances that would occur when PTY exited but child process was still
|
||||
running.
|
||||
- Fixed "Resumed function after yield, but class instance is gone" error that would
|
||||
sometimes occur when closing a Terminal after calling write() but before VisualServer
|
||||
had finished drawing the current frame.
|
||||
|
||||
|
||||
## [v2.0.0](https://github.com/lihop/godot-xterm/compare/v1.2.1...v2.0.0) - 2021-07-25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue