Search Issue Tracker

Fixed in 2021.2.X

Fixed in 2021.1.X

Votes

0

Found in

2021.1.0a1

Issue ID

1318381

Regression

Yes

AsyncReadManager.Read writes to input array pointer during async operation

Scripting

-

A recent change in 2021.1 started writing the bytes read to the pointer passed in to the Read command. Prior to this PR, the user did not need to maintain the life of the pointer beyond the call to Read. This PR reverts the behavior so that the user does not need to maintain the passed in ReadCommand for the duration of the Read operation.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.