mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 05:33:00 +00:00 
			
		
		
		
	Bump Cobalt version
I promise! The joys of using -SNAPSHOT I guess... This will now correctly cause orphaned threads to be cleaned up, reducing the risk of thread saturation.
This commit is contained in:
		| @@ -242,7 +242,7 @@ public class CobaltLuaMachine implements ILuaMachine | |||||||
|                         } |                         } | ||||||
|                         catch( InterruptedException e ) |                         catch( InterruptedException e ) | ||||||
|                         { |                         { | ||||||
|                             throw new OrphanedThread(); |                             throw new InterruptedError( e ); | ||||||
|                         } |                         } | ||||||
|                         catch( LuaException e ) |                         catch( LuaException e ) | ||||||
|                         { |                         { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 SquidDev
					SquidDev