Problem Description
in a multiplayer game, where one browser is host only and other browsers or browser tabs connect as players, when the playerobject is associated to the peer on the host, and that player object gets destroyed by the host (through destroy command directly or over health=0=destroy) it takes several seconds for the client to also destroy the object. if you disable said association the destroy command happens instantly on host and client.
Attach a Capx
see attachment
Description of Capx
the wreck chassis helps out as a base where the player(smoke, use "up arrow" for moving to the right) should respawn instantly after he gets killed by pressing "k" on the host browser. disable the associate blacksmoketopdown with multiplayer.peerid on the host side of the code and the bug is gone. but not associating makes multiplayer impossible right?...
Steps to Reproduce Bug
- Step 1: see "what the capx does"
- Step 2
- Step 3 etc.
Observed Result
few seconds delay to destroy player(smoke) on client if "k" is pressed on host and player is associated with multiplayer.peerid on host
Expected Result
player (smoke) gets deleted instantly on client and host on pressing "k" on host
Affected Browsers
- Chrome: YES
- FireFox: YES
- Opera: YES
Operating System and Service Pack
Win7 64bit SP1
Construct 2 Version ID
Release173 64bit