mirror of
				https://github.com/arduino/arduino-ide.git
				synced 2025-10-31 05:58:31 +00:00 
			
		
		
		
	WebSocketProvider is not injectable anymore
This commit is contained in:
		 Silvano Cerza
					Silvano Cerza
				
			
				
					committed by
					
						 Alberto Iannaccone
						Alberto Iannaccone
					
				
			
			
				
	
			
			
			 Alberto Iannaccone
						Alberto Iannaccone
					
				
			
						parent
						
							bf958fd8cf
						
					
				
				
					commit
					cbd5b4de1b
				
			| @@ -1,9 +1,7 @@ | ||||
| import { Emitter } from '@theia/core'; | ||||
| import { injectable } from 'inversify'; | ||||
| import * as WebSocket from 'ws'; | ||||
| import { WebSocketProvider } from './web-socket-provider'; | ||||
|  | ||||
| @injectable() | ||||
| export default class WebSocketProviderImpl implements WebSocketProvider { | ||||
|   protected wsClients: WebSocket[]; | ||||
|   protected server: WebSocket.Server; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user