Git Product home page Git Product logo

Comments (5)

gansidui avatar gansidui commented on July 30, 2024

你说的这种是业务层的逻辑,都是可以实现的

from gotcp.

whidbey avatar whidbey commented on July 30, 2024

目前测试稳定没?目前golang的tcp框架你这写的不错。
如果需要单独发送,是否这样。
把Onconnect时,把c _gotcp.Conn 序列化到redis。
需要给某个客户端发送tcp包,直接取出来序列化为_gotcp.Conn,AsyncWritePacket() 对么?

from gotcp.

gansidui avatar gansidui commented on July 30, 2024

只是一个简单的封装,所以暂时没发现稳定性的问题。
对于你说的业务逻辑可以这样:每个客户端肯定是有一个业务标识的,姑且定位UIN,用UIN来映射到conn(比如 map[UIN]*conn)即可

from gotcp.

whidbey avatar whidbey commented on July 30, 2024

好的,thx,看到你的亮点是单机支持几十万个连接的特性不错。

from gotcp.

whidbey avatar whidbey commented on July 30, 2024

期待封装的更牛

from gotcp.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.