.NET Realtime AddCreateListener callback isn't called

Hi, apologies if I’m missing something simple, but I’m having trouble getting a callback about a new entry using Realtime. Can you let me know what I’m doing incorrectly? For reference, I’m using the Backendless .NET SDK version 6.7.1.

After signing in to Backendless on a locally running app, I’m calling var myTable = BackendlessAPI.Backendless.Data.Of(“MyTable”).RT(), followed by myTable.AddCreateListener() as per the documentation. I’ve also set up a Backendless.RT.AddConnectListener().

Via the debugger, I see that the myTable.AddCreateListener() callback is being created, and afterward the AddConnectListener callback is being called. However when I then sign in via a deployed Azure app with a different user, and add a new entry to MyTable, the AddCreateListener callback is not called.

Thanks,
Nate

Hello, @Nathan_Loring.

Can you send part of the code with logic that you used?

Regards, Nikita.