Skip to content

Multiple clients to 1 server (upload only) #997

Answered by Mimetis
sneakwish asked this question in Q&A
Discussion options

You must be logged in to vote

your Id in table User is auto increment, that's why multiple clients will insert new user with same identity key, that will sync as an update and not an insert
if you want to work with multiple clients change your primary keys from int to guid

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
3 replies
@sneakwish
Comment options

@Mimetis
Comment options

@Mimetis
Comment options

Comment options

You must be logged in to vote
3 replies
@Mimetis
Comment options

@sneakwish
Comment options

@Mimetis
Comment options

Answer selected by sneakwish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants