Jonathan Reams

Results 35 comments of Jonathan Reams

@leoloel I'm trying to understand the issue this pull request is meant to solve. It looks like it will let you use SSL over UNIX domain sockets, which isn't something...

SSL over domain sockets was possible before 4.0, but it was not intended as a supported feature, and its removal in 4.0 was intentional. Since UNIX sockets only connect through...

Sorry for the very late response here. You should not have to do anything else. Do you need any more info here?

@marcuswu0814 , what does the schema of the list you're inserting into look like? Is this a list of embedded objects? Do you have default values for some of columns...

I'm not sure we can know the websocket state when we're deciding if a pong message has timed out. The processing of the timeout occurs on the same thread and...

Isn't this what you want to adjust the PongTimeout? https://www.mongodb.com/docs/realm-sdks/objc/latest/Classes/RLMSyncTimeoutOptions.html#/c:objc(cs)RLMSyncTimeoutOptions(py)pongKeepaliveTimeout that gets set here https://www.mongodb.com/docs/realm-sdks/objc/latest/Classes/RLMSyncManager.html#/c:objc(cs)RLMSyncManager(py)timeoutOptions. I agree it'd be nice if the websocket ping/pong messages could be used here. Right...

After talking with @cmelchior over on the Kotlin team, it doesn't look like Kotlin exposes this configuration option yet, but the work for adding this support is being tracked in...

Do you have a full stacktrace of this failure?

Hi @nirinchev , I will drop everything to work on this right away so your tests pass! Thanks!

The long-term fix for this requires new testing infrastructure on the server side. However, I've merged a stop-gap fix for how FLX sync client resets are handled so that client...