removed cancellation token
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user