CBLite P2P sync -- send callback never called

As the title mentioned, I’m following this document very closely Custom P2P Sync

I have setup the DB and MessageEndpointConnection, however when I insert data into the db I never get a callback to the “send” method to ulimately use the p2p framework to send over the data. The documentation on this is pretty limited, so I’m at a loss of what could be stopping this callback from happening.

Hi Shawn_Osborne,
Could you please specify the version and platform?
Thanks,
-Jianmin

Hey @Shawn_Osborne,
In addition to the platform on which you are running, and the version of CBL that you are using, it would be helpful to see how you are setting up your MessageEndpointConnection. If you could share that code it would probably save some time…