File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ private async void RunMessageQueue()
42
42
{
43
43
while ( _semaphore != null )
44
44
{
45
- // syncs with update loop
45
+ // ensure that messages are invoked on main thread.
46
46
await Awaiters . UnityMainThread ;
47
47
48
48
while ( _events . TryDequeue ( out var action ) )
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ private async void RunMessageQueue()
64
64
{
65
65
while ( _semaphore != null )
66
66
{
67
- // syncs with update loop
67
+ // ensure that messages are invoked on main thread.
68
68
await Awaiters . UnityMainThread ;
69
69
70
70
while ( _events . TryDequeue ( out var action ) )
Original file line number Diff line number Diff line change 3
3
"displayName" : " Utilities.WebSockets" ,
4
4
"description" : " A simple websocket package for Unity (UPM)" ,
5
5
"keywords" : [],
6
- "version" : " 1.0.2 " ,
6
+ "version" : " 1.0.3 " ,
7
7
"unity" : " 2021.3" ,
8
8
"documentationUrl" : " https://github.com/RageAgainstThePixel/com.utilities.websockets#documentation" ,
9
9
"changelogUrl" : " https://github.com/RageAgainstThePixel/com.utilities.websockets/releases" ,
17
17
"url" : " https://github.com/StephenHodgson"
18
18
},
19
19
"dependencies" : {
20
- "com.utilities.async" : " 2.2.1 " ,
20
+ "com.utilities.async" : " 2.2.2 " ,
21
21
"com.unity.nuget.newtonsoft-json" : " 3.2.1"
22
22
},
23
23
"samples" : [
You can’t perform that action at this time.
0 commit comments