You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question. When I use the function ReceiveSnapshot(), it does not end to read of conn net.Conn if there is not an error. So, if the delivery is good, I don't know how to stop the function and I don't want to use conn.Close because I want to continue sending information...
Thank you.
The text was updated successfully, but these errors were encountered:
I closed the question and I reopen new one because there are more problems with this function. When I use it, the snapshot received does not contain the user properties and the source field is "local", so that it is not correct...
I created a new pull request to improve the functions SendSnapshot (with -i, -I and -R options) and ReceiveSnapshot(with -F option). I need help to finish Receive function and solve its problems.
Hello all,
I have a question. When I use the function ReceiveSnapshot(), it does not end to read of conn net.Conn if there is not an error. So, if the delivery is good, I don't know how to stop the function and I don't want to use conn.Close because I want to continue sending information...
Thank you.
The text was updated successfully, but these errors were encountered: