adamfoneil / CardGameSDK

A library for creating and testing card games
https://cardplace.azurewebsites.net
0 stars 0 forks source link

Notes from play test 10/20 #8

Closed adamfoneil closed 3 weeks ago

adamfoneil commented 1 month ago
adamfoneil commented 1 month ago

The reason event broadcast doesn't work for test players is that I exclude myself from the notification, and "myself" can be a test user (as represented by _effectiveUser in the game page). So, I'm pretty sure I need to raise all events from the logged in user, not the effective user.