Multiple server uplink!

As I understand it, the Anvil Uplink library has a global variable representing the current connection. A global variable can have only one value (connection) at a time – per running Python instance. So the solution is to have more than one Python script running at a time, one script per connection.

1 Like