decline-cookies / anvil-unity-dots

Unity DOTS and ECS specific additions and extensions to Anvil
MIT License
4 stars 1 forks source link

IAbstractDataStream - Expose configured CancelBehaviour #252

Closed mbaker3 closed 1 year ago

mbaker3 commented 1 year ago

Add the ability to get the configured CancelRequestBehaviour from an IAbstractDataStream

What is the current behaviour?

There is no way to read the CancelRequestBehaviour configured on an IAbstractDataStream

What is the new behaviour?

A CancelBehaviour getter has been added to IAbstractDataStream and all anvil implementations of the interface have been updated to conform.

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?