ASMlover / study

Study summary
BSD 2-Clause "Simplified" License
21 stars 5 forks source link

client is crashing on sample app #1

Closed peererror closed 7 years ago

ASMlover commented 7 years ago

which sample? need more details

peererror commented 7 years ago

KcpNet-master client is crashing sorry for missing the details . I have compiled the library with latest dependencies .when I start kcpNet sample as server mode this worked and start to listen but when I start client from command line it crashes in boost io_Service run call .

ASMlover commented 7 years ago

Yes, the client is crashing for windows version building with debug mode. Please try again. If there's any another bugs, please tell me. Thanks

peererror commented 7 years ago

I want to ask is Ikcp is better than tcp or udp as I see you have experience with it I am trying to create a streaming server will it worth to try what do you say ? ..

ASMlover commented 7 years ago

More docs about kcp, please click kcp-doc. In my work field(FPS online, MMOARPG, MOBA), UDP brings better gaming experience, so it's worth to try. Of course TCP can work well, if there's no enough resource, TCP is also a good choice.