realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

How to implement partial sync in Xamarin.Forms #337

Closed AlonikiX closed 6 years ago

AlonikiX commented 6 years ago

Hi, when I try to use realm.SubscribeToObjectsAsync<T>(), it simply throws me error messages but without crashing the program, neither stopping on the breakpoint. Connection[1]: Connected to endpoint '174.129.178.67:9080' (from '192.168.0.29:62626') Connection[1]: Received: ERROR(error_code=208, message_size=34, try_again=0, session_ident=1) Connection[1]: Connection closed due to error reported by server: Bad client file identifier (IDENT) (208).

Here is the code: d011e771-5632-4b56-a501-3a8e7056aacc

The user.Identity is valid, I can use it to query data.

Need helps, thanks.

bmunkholm commented 6 years ago

I'll move this issue to the .Net repo to get you proper help.

bmunkholm commented 6 years ago

Issue moved to realm/realm-dotnet #1683 via ZenHub