Giter VIP home page Giter VIP logo

Comments (7)

maxxfrazer avatar maxxfrazer commented on September 26, 2024 1

It looks like that Sample I sent you has been edited on June 16th, and the local version I have is older than that!

I'll investigate the changes and hopefully it will be mystery solved 🙌

from multipeerhelper.

maxxfrazer avatar maxxfrazer commented on September 26, 2024

Thanks for the issue! I'll check this out; I haven't yet tried out this package on iOS 14.0, but have had issues previously when the device name (gathered from UIDevice.current.name) contains chars that do not conform to the allowed peerID, found here: https://developer.apple.com/documentation/multipeerconnectivity/mcpeerid/1407089-init

Summarised with: The maximum allowable length is 63 bytes in UTF-8 encoding.

from multipeerhelper.

s2mr avatar s2mr commented on September 26, 2024

Thanks for your rapidly information.
By your word, I read your library codes, found UIDevice.current.name in argument peerName.
So I rewrite peerName instead of implicit nil, "\(Int(Date().timeIntervalSince1970))" and run.

Before

    multipeerHelp = MultipeerHelper(
      serviceName: "helper-test",
      sessionType: .both,
      delegate: self
    )

After

    multipeerHelp = MultipeerHelper(
      serviceName: "helper-test",
      sessionType: .both,
      peerName: "\(Int(Date().timeIntervalSince1970))",
      delegate: self
    )

The log is changed from previous it.
It's worth noting that the illegal string 㶒峍ꏝ犢」潭⹡灰汥⹲敫楴⹨敬汯 I mentioned earlier has been removed。
But not working yet. 🤔

2020-06-29 23:56:12.089548+0900 MultipeerHelper+Example[12568:1844649] Metal GPU Frame Capture Enabled
2020-06-29 23:56:12.091231+0900 MultipeerHelper+Example[12568:1844649] Metal API Validation Enabled
Json Parse Error line 22: Json Deserialization; unknown member 'EnableGuidedFilterOcclusion' - skipping.
2020-06-29 23:56:14.781917+0900 MultipeerHelper+Example[12568:1844744] libMobileGestalt MobileGestalt.c:6131: Taking legacy CameraOffset_2D path
2020-06-29 23:56:14.782874+0900 MultipeerHelper+Example[12568:1844744] libMobileGestalt MobileGestalt.c:6131: Taking legacy CameraOffset_2D path
BrowserDelegate <MCPeerID: 0x28318c2b0 DisplayName = 1593442575>
new peer has joined: 1593442575
2020-06-29 23:56:16.350787+0900 MultipeerHelper+Example[12568:1844649] [Network] Mismatched protocol, received 0x5 expecting 0x6
2020-06-29 23:56:16.351009+0900 MultipeerHelper+Example[12568:1844649] [Network] Received corrupt message from 'YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMSAAGGoF8QD05TS2V5ZWRBcmNoaXZlctEICVRyb290gAGkCwwTFFUkbnVsbNMNDg8QERJUbmFtZVJpZFYkY2xhc3OAAhON4mbTcRRyRIADWjE1OTM0NDI1NzXSFRYXGFokY2xhc3NuYW1lWCRjbGFzc2VzWE1DUGVlcklEohcZWE5TT2JqZWN0CBEaJCkyN0lMUVNYXmVqbXR2f4GMkZylrrEAAAAAAAABAQAAAAAAAAAaAAAAAAAAAAAAAAAAAAAAug=='. Disconnecting.
2020-06-29 23:56:16.351066+0900 MultipeerHelper+Example[12568:1844649] [Network] Attempt to receive data from connection 'YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMSAAGGoF8QD05TS2V5ZWRBcmNoaXZlctEICVRyb290gAGkCwwTFFUkbnVsbNMNDg8QERJUbmFtZVJpZFYkY2xhc3OAAhON4mbTcRRyRIADWjE1OTM0NDI1NzXSFRYXGFokY2xhc3NuYW1lWCRjbGFzc2VzWE1DUGVlcklEohcZWE5TT2JqZWN0CBEaJCkyN0lMUVNYXmVqbXR2f4GMkZylrrEAAAAAAAABAQAAAAAAAAAaAAAAAAAAAAAAAAAAAAAAug==' that is disconnected
2020-06-29 23:56:25.963994+0900 MultipeerHelper+Example[12568:1844708] [GCKSession] Not in connected state, so giving up for participant [71147244] on channel [0].
2020-06-29 23:56:25.975565+0900 MultipeerHelper+Example[12568:1844708] [GCKSession] Not in connected state, so giving up for participant [71147244] on channel [1].
2020-06-29 23:56:25.986432+0900 MultipeerHelper+Example[12568:1844708] [GCKSession] Not in connected state, so giving up for participant [71147244] on channel [2].
2020-06-29 23:56:28.796853+0900 MultipeerHelper+Example[12568:1844699] [Graphics] Failed to find reflection for buffer clusterIndexTable
hello! from 1593442575

Sorry for the confusing example, but the other device has a different peer ID, and the other device is properly measure. 1593442572

from multipeerhelper.

maxxfrazer avatar maxxfrazer commented on September 26, 2024

Looks like this could be a bigger issue… I've opened a FB item about it after testing that Apple's own Collaborative Session example doesn't work anymore with iOS 14:
https://developer.apple.com/documentation/arkit/creating_a_collaborative_session

Will update here if I hear anything or if anything else I try manages to fix it, thanks a lot for flagging this!

from multipeerhelper.

s2mr avatar s2mr commented on September 26, 2024

Thanks investigating.
Strangely enough, Apple's example is worked with above device combination. (iOS13.5.1, iOS14 beta)

But Apple's example uses ARKit's collaborating implementation not RealityKit such as using Delegate func session(_ session: ARSession, didOutputCollaborationData data: ARSession.CollaborationData).
So different to this project structure.

I thought this problem is caused by iOS14 beta by your word.
So, I reverted my iPhoneX to iOS13.5.1 and tried.
But now, Apple's example and this project's example both not worked.
Run apple's example, after shows snack bar A peer wants to join the experience. Hold the phones next to each other., and shows A peer has left the shared experience
I don't get it.

I'm going to try different things.
Thanks for everything.

from multipeerhelper.

maxxfrazer avatar maxxfrazer commented on September 26, 2024

@s2mr I found a couple of additional things added to the plist for bonjour services which now allows the two devices to connect - however the scenes do not sync automatically, only messages can manually be sent between devices for now.

Created a pull request for the fix so far:
#9

from multipeerhelper.

s2mr avatar s2mr commented on September 26, 2024

Oh, thanks your rapidly support!
I'll check it.

from multipeerhelper.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.