Skip to content

Commit 86016e4

Browse files
Enable TLS by defult
1 parent aee1318 commit 86016e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BasedClient/Client/BasedClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ final class BasedClient: BasedClientProtocol {
109109
var functionCallbacks: FunctionCallbackStore
110110

111111
var basedCClient: BasedCClientProtocol
112-
var enableTls: Bool = false
112+
var enableTls: Bool = true
113113

114114
/// 32 bit integer representing the id of the c++ client
115115
var clientId: BasedClientId

0 commit comments

Comments
 (0)