Skip to content

Can you provide a c# server code alone?I plan to use it to synchronize data between multiple clients. #38

@fenglindubu

Description

@fenglindubu

Can you provide a c# server code alone, which is not Unity, so that I can learn easily. I plan to use it to synchronize data between multiple clients.
Task.Run(() => {

             while (true)
             {
                 server.Tick();
                //TickIncoming();
                //TickOutgoing();
             }
         });

Is such code ok? If you put it into c# to run alone, please give pointers on what to optimize.

Using kcp for the first time, some problems need your help. Please give pointers! sincere thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions