Skip to content

没有用UDP 吗 #14

@creedxu

Description

@creedxu
  public void SendUdp(EMsgSC type, byte[] data){
      PeerUdp?.Send(0x00, (ushort) type, data);
  }     
  public void SendUdp(EMsgSC type, BaseMsg msg){
      PeerUdp?.Send(0x00, (ushort) type, msg.ToBytes());
  }

没看到真正用UDP 发送数据啊

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