Improve streaming
This commit is contained in:
		
							parent
							
								
									8674d55c8e
								
							
						
					
					
						commit
						c2038bec73
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -16,11 +16,11 @@ module.exports = (server: http.Server) => {
 | 
				
			||||||
	});
 | 
						});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	ws.on('request', async (request) => {
 | 
						ws.on('request', async (request) => {
 | 
				
			||||||
		const connection = request.accept();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		const q = request.resourceURL.query as ParsedUrlQuery;
 | 
							const q = request.resourceURL.query as ParsedUrlQuery;
 | 
				
			||||||
		const [user, app] = await authenticate(q.i as string);
 | 
							const [user, app] = await authenticate(q.i as string);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							const connection = request.accept();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		let ev: EventEmitter;
 | 
							let ev: EventEmitter;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (config.redis) {
 | 
							if (config.redis) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue