Giter VIP home page Giter VIP logo

Comments (7)

StormYudi avatar StormYudi commented on July 22, 2024

而且无法recover

from socket.io.

StormYudi avatar StormYudi commented on July 22, 2024

另外我发现在事件的处理中panic的话,并没有栈输出,不知道有没有什么好方法呢

from socket.io.

zishang520 avatar zishang520 commented on July 22, 2024

已收到您的问题,请稍后。

Your question has been received, please wait.

from socket.io.

zishang520 avatar zishang520 commented on July 22, 2024

您好,已发布新的版本v1.1.1用于修复该问题,请更新后再测试下,期待你的反馈信息,感谢。

Hello, a new version v1.1.1 has been released to fix this problem, please update and test again, looking forward to it Thanks for your feedback.

注意:更新后event消息的第一个参数只支持string类型。

Note: The first parameter of the updated event message only supports string type.

from socket.io.

zishang520 avatar zishang520 commented on July 22, 2024

另外我发现在事件的处理中panic的话,并没有栈输出,不知道有没有什么好方法呢

您可以尝试使用以下方法从 socket.io 中捕获异常:

You can try to catch exceptions from socket.io using the following methods:

io.On("connection", func(clients ...any) {
    client := clients[0].(*socket.Socket)
    client.On("error", func(errors ...any) {
        utils.Log().Error("errors: %v", errors)
    })
})

from socket.io.

StormYudi avatar StormYudi commented on July 22, 2024

感谢,我已经测试,发送为null的事件时已不会fatalpanic:
image

from socket.io.

zishang520 avatar zishang520 commented on July 22, 2024

好的,如果没有其它问题,我就关闭这个issue了

Okay, if there are no other questions, I will close this issue.

from socket.io.

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.