Skip to content

Commit 19aa3a4

Browse files
authored
Merge branch 'master' into rekhoff/reduce_client_tables_coupling
2 parents 857df59 + aecb141 commit 19aa3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpacetimeDBClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ internal void ParseMessages()
262262

263263
#if UNITY_WEBGL && !UNITY_EDITOR
264264
yield return null;
265-
while (_messageQueue.Count > 0)
265+
while (_parseQueue.Count > 0)
266266
#endif
267267
try
268268
{

0 commit comments

Comments
 (0)