Skip to content

i cannot get SocketID.. im getting socket id null .  #45

@udaysuddhala

Description

@udaysuddhala

i working with xamarin forms. my .net framework is 4.5

here is my code.

var socket = new Socket(myurl);
socket.On(Socket.EVENT_OPEN, () =>
{

        });
 socket.Open();

        string y = socket.Id;
        
      im getting id=null 

can anyone suggest me? what im doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions