Skip to content
#

codec

Here are 377 public repositories matching this topic...

dk-lockdown
dk-lockdown commented Apr 26, 2020

If you r going to wait response,or block the goroutine in a getty session(tcp conection), task pool can not be null。

func (s *Server) newSession(session getty.Session) error {
	var (
		ok      bool
		tcpConn *net.TCPConn
	)
	
	// 省略部分代码...
	session.SetTaskPool(srvGrpool)
	return nil
}

ortherwise,handleTcpPackage() will blocked,led to the response missing

func (s *session
TheMadHau5
TheMadHau5 commented Jun 22, 2021

While meson appears to support miniz, CMake (which I unfortunately have to use as my IDE doesn't support meson) requires zlib and cannot fall back to miniz. I am on windows and don't have zlib installed, so making this use miniz would be appreciated. Thanks.

enhancement good first issue

目标是提供一个通用的Java核心编程框架,作为搭建其它框架或者项目的基础. 让相关领域的研发人员能够专注高层设计而不用关注底层实现. 涵盖了缓存,编解码,通讯,事件,输入/输出,监控,存储,配置,脚本和事务10个方面.

  • Updated May 31, 2022
  • Java

Improve this page

Add a description, image, and links to the codec topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the codec topic, visit your repo's landing page and select "manage topics."

Learn more