ByteNet icon indicating copy to clipboard operation
ByteNet copied to clipboard

fix: Per player channel doesn't exist when sending data

Open Mark-Marks opened this issue 6 months ago • 0 comments

When trying to fire an event on PlayerAdded, the channel for the player isn't created yet and the code errors. This is due to the lack(?) of ordering for PlayerAdded.

The server process now creates the channel for the player if one doesn't exist yet when adding data to the outgoing queue. Fixes #22

Mark-Marks avatar Aug 07 '24 15:08 Mark-Marks