I just entered into the Alpha stage of testing for Pedro, and have received a bug report listing a game hang when trying to load:
https://boardgamearena.com/bug?id=23406
Looking at the issue, it appears that the gameui.completesetup client-side method is missing an expected parameter (note the blank space between the two commas after socketio:
gameui.completesetup("pedro", "Pedro", 109158620, 88492060, /*archivemask_begin*/"301ec5cc3f304753ffe3068fdad20f6b"/*archivemask_end*/, "{COMETD_PRIVATE_CHANNEL}", "socketio", , { "39141269": { "user_id"...
Is there any documentation on this method or what this parameter could/should be? I don't experience this issue when testing using Express Start in development mode. Any suggestions would be greatly appreciated, thanks!
https://boardgamearena.com/bug?id=23406
Looking at the issue, it appears that the gameui.completesetup client-side method is missing an expected parameter (note the blank space between the two commas after socketio:
gameui.completesetup("pedro", "Pedro", 109158620, 88492060, /*archivemask_begin*/"301ec5cc3f304753ffe3068fdad20f6b"/*archivemask_end*/, "{COMETD_PRIVATE_CHANNEL}", "socketio", , { "39141269": { "user_id"...
Is there any documentation on this method or what this parameter could/should be? I don't experience this issue when testing using Express Start in development mode. Any suggestions would be greatly appreciated, thanks!