Releases: Canglangzi/UnityAutoCompile-for-VSCode
Releases · Canglangzi/UnityAutoCompile-for-VSCode
Unity-Auto-compile-v0.0.5-alpha
- Listener management: In the _createListener method, ensure that the previous listener is closed before starting a new listener to avoid port conflicts or repeated listening problems.
- Exception handling: Added exception handling for HttpListenerException and ObjectDisposedException in the OnRequest method to ensure that the program does not crash when the listener is closed or released.
- More logging