Skip to content

Commit

Permalink
Mark signal as Async
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliya-usov committed Jan 10, 2024
1 parent 90fd295 commit 59d9ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rd-net/RdFramework/Impl/ExtCreatedUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public static RdSignal<ExtCreationInfo> CreateExtSignal(this IRdDynamic @this)
);
var baseId = @this is IRdWireable wireable ? wireable.RdId : RdId.Nil;
signal.RdId = baseId.Mix(Protocol.ProtocolExtCreatedRdId);
signal.Async = true;
return signal;
}

Expand Down

0 comments on commit 59d9ca5

Please sign in to comment.