Hello.
Is it possible to have it set so that a command to open a table requests a new browser window?  (The size of the table.)
			
			
									
						
										
						Launching each table in a new window
- 
				Kent Briggs
 - Site Admin
 - Posts: 6011
 - Joined: Wed Mar 19, 2008 8:47 pm
 
Re: Launching each table in a new window
No, that would vastly reduce the capacity of your site because the lobby and every table would then require a separate connection thread from each player. The current system operates with a single websocket connection for each player because everything resides in a single browser tab.EasyOdds wrote:Is it possible to have it set so that a command to open a table requests a new browser window? (The size of the table.)