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 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-expo than the blog post?
The text was updated successfully, but these errors were encountered:
I was trying
weshnet-expo
, following the protocol in https://wesh.network/posts/share-contact-and-send-message, butEventTypeAccountContactRequestIncomingReceived
was never received by client1 (who shares their connection data in a qrcode).After client2 executes
contactRequestSend
I seeEventTypeAccountContactRequestOutgoingEnqueued
, 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:weshnet-expo
than the blog post?The text was updated successfully, but these errors were encountered: