fix(server): set transport url

This commit is contained in:
izzy lyseggen
2021-10-21 13:12:19 +01:00
parent b54e09f811
commit faf06f7141
+2 -1
View File
@@ -70,9 +70,10 @@ class ServerTransport(AbstractTransport):
"The provided SpeckleClient was not authenticated."
)
token = client.me["token"]
self.url = url = client.url
url = client.url
self.stream_id = stream_id
self.url = url
self._batch_sender = BatchSender(
self.url, self.stream_id, token, max_batch_size_mb=1