You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the work on Spectre it's great and using it in multiple apps. I noticed that once you start a recording there is no way to stop/clear since the recorder is static and private. Even if you create a new console the existing recorder object is cloned. Just a StopRecording() { _recorder = null; } method would be sufficient.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Thanks for the work on Spectre it's great and using it in multiple apps. I noticed that once you start a recording there is no way to stop/clear since the recorder is static and private. Even if you create a new console the existing recorder object is cloned. Just a StopRecording() { _recorder = null; } method would be sufficient.
Thanks again!
Beta Was this translation helpful? Give feedback.
All reactions