removed cancellation token

This commit is contained in:
David Morgan
2022-04-28 01:24:06 -04:00
parent fe4b6fc163
commit 815bebf7a0
2 changed files with 8 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 978be06c8e5f29d42910ca9985d0e9ab
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -52,7 +52,6 @@ namespace Speckle.ConnectorUnity
{
var res = await Operations.Send(
data,
this.GetCancellationTokenOnDestroy(),
new List<ITransport>() { transport },
useDefaultCache: true,
onProgressAction: onProgressAction,