lesismal / nbio

Pure Go 1000k+ connections solution, support tls/http1.x/websocket and basically compatible with net/http, with high-performance and low memory cost, non-blocking, event-driven, easy-to-use.
MIT License
2.11k stars 151 forks source link

关于nbio里,Conn结构体的小改动 #435

Closed ericjing83 closed 1 month ago

ericjing83 commented 1 month ago

您好大佬,

请教一个问题,Conn结构体里,我由于业务上的需求,增加一个Userid uint32的成员变量可以吗?我仅仅在自己下载的nbio库里修改,不需要github上的nbio库也这样改。 这样,我可以让云服务非常快速地通过userid定位到Conn对象,也可以让conn对象非常快速地定位到userid。如果这样的改动对nbio的运行稳定没有什么影响,我就在自己下载的nbio里这样改了。