Kindly provide sample code for adding Event listeners for real time database for asp.net core blazor
I get the following error ::
Connection failed {0}:Quobject.EngineIoClientDotNet.Client.EngineIOException: websocket error
—> System.Exception: RemoteCertificateChainErrors
— End of inner exception stack trace —
BACKENDLESS LOG:Try to disconnect
Thank you.
Hi, Ali.
Could you provide your apId and a code snippet where you establish connection with RT.
Did you use this doc: https://backendless.com/docs/dotnet/rt_overview.html ?
Hi Thank you for the feedback.
apid = 4C6B6C77-4DA2-610F-FF8C-E074D1084900
Code.txt (1.7 KB)
Hello @ali-karimu-jarra,
Could you also provide the version of your .NET Framework and the Backendless-SDK version?
Regards,
Olha
Hello.
I using blazor server app with asp.net core 3.1 and backendless.net sdk 5.4.0
Thank you.