You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling WatchGameServer this data never arrives. HandleWatchMessage fails to correctly parse the received data, and silently ignores it without ever logging an error.
What you expected to happen:
We expect that when we call WatchGameServer we get FGameServerResponse's with those annotations.
How to reproduce it (as minimally and precisely as possible):
Put any non-standard ascii character in any json field of annotations or metadata.
The text was updated successfully, but these errors were encountered:
What happened:
We have an annotation that looks like this:
Note the playerName field has an 'ä' in it.
When calling WatchGameServer this data never arrives. HandleWatchMessage fails to correctly parse the received data, and silently ignores it without ever logging an error.
What you expected to happen:
We expect that when we call WatchGameServer we get FGameServerResponse's with those annotations.
How to reproduce it (as minimally and precisely as possible):
Put any non-standard ascii character in any json field of annotations or metadata.
The text was updated successfully, but these errors were encountered: