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 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.
(c) 2013-2024 Altair Engineering Inc. All Rights Reserved.