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"
}
(c) 2023 Altair Engineering Inc. All Rights Reserved.