ストリーミングAPIでチャンネルに接続したときにconnectedメッセージを返すように
This commit is contained in:
		
							parent
							
								
									aba84612a7
								
							
						
					
					
						commit
						fb1e05c2e9
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -181,6 +181,9 @@ export default class Connection {
 | 
			
		|||
		const channel = new channelClass(id, this);
 | 
			
		||||
		this.channels.push(channel);
 | 
			
		||||
		channel.init(params);
 | 
			
		||||
		this.sendMessageToWs('connected', {
 | 
			
		||||
			id: id
 | 
			
		||||
		});
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue