Skip to content

Commit

Permalink
Umm
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Aug 5, 2021
1 parent 40d7a30 commit 33a4679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reactor.Impostor.Example/ExampleRpc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public override async ValueTask<bool> HandleAsync(IInnerPlayerControl player, IC

public ValueTask SendAsync(IInnerPlayerControl player, string text, IClient? targetClient = null)
{
var data = _writerProvider.Get();
using var data = _writerProvider.Get();
Serialize(data, text);
return base.SendAsync(player, data, targetClient?.Id ?? null);
}
Expand Down

0 comments on commit 33a4679

Please sign in to comment.