Giter VIP home page Giter VIP logo

Comments (6)

int2e avatar int2e commented on August 20, 2024

能否提供能重现问题的demo

from hpsocket.net.

z514987467 avatar z514987467 commented on August 20, 2024

简单写了个Demo:https://github.com/z514987467/HPSocketTest.git
private HandleResult TcpClient_OnClose(IClient sender, SocketOperation socketOperation, int errorCode)
{
logger.LogDebug($"TcpClient_OnClose#socketOperation:{socketOperation}");
return HandleResult.Ok;
}
如果程序在启动的时候,SockerServer不可用,Window平台会执行这个方法,CentOS7下不执行

from hpsocket.net.

int2e avatar int2e commented on August 20, 2024

收到,测试好了告诉你结果

from hpsocket.net.

ldcsaa avatar ldcsaa commented on August 20, 2024

要检查start返回值。为true时才可能触发。

from hpsocket.net.

int2e avatar int2e commented on August 20, 2024

简单写了个Demo:https://github.com/z514987467/HPSocketTest.git
private HandleResult TcpClient_OnClose(IClient sender, SocketOperation socketOperation, int errorCode)
{
logger.LogDebug($"TcpClient_OnClose#socketOperation:{socketOperation}");
return HandleResult.Ok;
}
如果程序在启动的时候,SockerServer不可用,Window平台会执行这个方法,CentOS7下不执行

linux上必须判断connect的返回值,为true才会触发onclose,平台差异.你自己处理下

from hpsocket.net.

z514987467 avatar z514987467 commented on August 20, 2024

好,谢谢

from hpsocket.net.

Related Issues (20)

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.