Closed FrankC01 closed 6 months ago
It's only possible to have one open connection at a time with a transport.
For your use case, you could instead use an async permanent session
Wow, I should read more... I'll give it a whirl.
Works like a charm
I instantiate the client in my domain client object:
In my domain client object
execute
I have:In my python console script I create 5 tasks (summary of task)
Here is the heart of the task generator:
I get expected results in first task execution but the remaining have the TransportAlreadyConnected