Added try-catch around several callback invocations (e.g., NetworkAwake) to prevent exceptions in one from causing undefined behaviour.

This commit is contained in:
Karrar
2025-08-02 08:20:54 +03:00
parent aa7e9e54a8
commit a8fed34b90
9 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{ {
"name": "com.karrar.netick", "name": "com.karrar.netick",
"version": "0.14.45", "version": "0.14.46",
"displayName": "Netick", "displayName": "Netick",
"description": "A networking solution for Unity", "description": "A networking solution for Unity",
"unity": "2021.3", "unity": "2021.3",