Altair® Panopticon

 

Setting the Transportation Protocol

In previous versions, you can control which transportation protocol the browser would use for subscriptions to the server by setting the value (WEBSOCKET or LONG_POLLING) in the client.data.load.transport  property in the Panopticon.properties file.

Starting with version 2020.2, you can instead edit the workbook.json  and admin.json  in <appdata>/JavaScriptConfiguration/, where you add the section:

"dataLoading" : {

    "transport" : "websocket" or "long-polling"

  }

 

    NOTE

After each change in the workbook.json and admin.json  files, the Panopticon application must be restarted.