WitWebSocketSettings Class
All wit specific settings required by a web socket client in order to connect to a server
bool VerboseJsonLogging[Get]
Option for logging every uploaded and downloaded json chunk
The url to connect with on client.Connect()
int ServerConnectionTimeoutMs[Get]
The interval in seconds before a connection is timed out
int ReconnectAttempts[Get]
The total amount of reconnects that will be attempted if disconnected from the server. If 0, it will not attempt to reconnect. If -1, it will continuously attempt to reconnect.
float ReconnectInterval[Get]
The interval in seconds between reconnects when disconnected
The configuration used for wit web socket communication
int RequestTimeoutMs[Get]
Request timeout in milliseconds
Constructor that takes in configuration