Pankaj
Results
1
comments of
Pankaj
@AnandPGautam @adamhartford Please help. I am also facing the same issue. Please check my implementation as: ` func setUpSignalR() { connection = SignalR(kConnection) connection.useWKWebView = false chatHub = Hub(kHub) connection.addHub(chatHub)...