Proper Disposing of Timer in Caret Class #114
-
The above timer is not being correctly disposed. I think it needs to first unsubscribe the event handler and then dispose the Timer object. Instead it is just set as null. I noticed this because I keep getting TaskCancelled Exception on BlinkCaret() when exiting the application. |
Beta Was this translation helpful? Give feedback.
Answered by
abbaye
Jan 14, 2024
Replies: 2 comments
-
Yes I think you have reasons. I can correct this or if you want put a pull request :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Corrected ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abbaye
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Corrected ;)