Skip to content

Releases: Canglangzi/UnityAutoCompile-for-VSCode

Unity-Auto-compile-v0.0.5-alpha

01 Jul 16:22
377fd2b

Choose a tag to compare

Pre-release
  1. 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.
  2. 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.
  3. More logging