rename rhai client to dispatcher
This commit is contained in:
		@@ -160,7 +160,7 @@ Modify `setup_and_spawn_circles` to:
 | 
			
		||||
Update `handle_play` to route to correct worker:
 | 
			
		||||
```rust
 | 
			
		||||
// Use circle_public_key from URL path for worker routing
 | 
			
		||||
rhai_client
 | 
			
		||||
rhai_dispatcher
 | 
			
		||||
    .new_play_request()
 | 
			
		||||
    .recipient_id(&self.circle_public_key) // From URL path
 | 
			
		||||
    .script_path(&script_content)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user