-
-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I was trying weshnet-expo, following the protocol in https://wesh.network/posts/share-contact-and-send-message, but EventTypeAccountContactRequestIncomingReceived was never received by client1 (who shares their connection data in a qrcode).
After client2 executes contactRequestSend I see EventTypeAccountContactRequestOutgoingEnqueued, but nothing else.
https://github.com/loredanacirstea/StickerSmash/tree/weshnet-test
I have tried the Go code from the blog post directly on my computer and it worked. I have even copied the client1 code in weshnet-expo, overriding the original functionality and successfully got a connection between my iOS device (running the modified library) and my computer. So it is not an iOS permission issue.
I know weshnet-expo is not fully implemented (as mentioned in the Readme), but:
- Should connecting to a peer & sending messages work already?
- Is the protocol different for
weshnet-expothan the blog post?