Skip to content

Commit 11afe41

Browse files
authored
Merge pull request #96 from TaloDev/exclude-socket-continuity
Don't include socket tickets in Continuity
2 parents b6fd49b + ba595fa commit 11afe41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Packages/com.trytalo.talo/Runtime/Utils/ContinuityManager.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public class ContinuityManager
3333
private string[] _excludedEndpoints = {
3434
"/health-check",
3535
"/players/auth",
36-
"/players/identify"
36+
"/players/identify",
37+
"/socket-tickets"
3738
};
3839

3940
public ContinuityManager()

0 commit comments

Comments
 (0)