Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Host mode Client exits the game and reports an error #39

Open
heartzwh opened this issue Jun 13, 2022 · 0 comments
Open

Host mode Client exits the game and reports an error #39

heartzwh opened this issue Jun 13, 2022 · 0 comments

Comments

@heartzwh
Copy link

When the Client in Host mode is disconnected, LightReflectiveMirrorTransport._isClient = false will be executed first. When LightReflectiveMirrorTransport.DataReceived is executed and opcode == ServerLeft _isClient is already equal to false, the OnClientDisconnected event cannot be called normally.

Code

LRM version: BleedingEdge-v13.0
Mirror version: v67.1.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant