Skip to content

1.0.5 ios socket bind not working #100

@ShockRabbit

Description

@ShockRabbit

environment : ios 14.4.1, Unity 2018.4.17f1, il2cpp build

socket bind working on UnityEditor, android

but not working on ios

because raise exception when CreateDelegate with UniumSocket.Message.Reply

I guess because CreateDelegate with Reply(string msg) instead of Reply(object data)

.
.
.

this code is working

// public void Reply( string data )            { Socket.Send( id, "data", string.IsNullOrEmpty( data ) ? "null" : data ); }
public void Reply( object data )            { Socket.Send( id, "data", JsonReflector.Reflect( data ) ); }

unium is a really great product. Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions