Skip to content

Unity-Auto-compile-v0.0.5-alpha

Pre-release
Pre-release

Choose a tag to compare

@Canglangzi Canglangzi released this 01 Jul 16:22
377fd2b
  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