Code Monkey home page Code Monkey logo

Comments (5)

twomiao avatar twomiao commented on August 22, 2024
  1. webman 是个web框架,webman/gatewayworker 和 workerman/gatewayworker 是一样的东西,只是为了更方便使用作为插件(库)提供给你使用。
  2. 生产环境都是start -d 守护进程模式运行,这些非法信息输出都会被写入重定向文件里面, 具体请查看:https://www.workerman.net/doc/workerman/worker/stdout-file.html

from gatewayworker.

kylin987 avatar kylin987 commented on August 22, 2024

但是webman无法捕获到这个异常,导致后续业务无法处理

from gatewayworker.

twomiao avatar twomiao commented on August 22, 2024

但是webman无法捕获到这个异常,导致后续业务无法处理

说明你的clientId 是无效的,那你应该传递有效的clientId,这样就不会提示了。

from gatewayworker.

kylin987 avatar kylin987 commented on August 22, 2024

我们有个接口需要判断client_id是否有效,因为是开放的接口,用户传任何client_id都有可能。算了,我不去捕获失败,我去验证成功就行了,不成功就是失败

from gatewayworker.

twomiao avatar twomiao commented on August 22, 2024

但是webman无法捕获到这个异常,导致后续业务无法处理

就算你做个异常处理你又能怎么处理呢? 这个就是客户端传参的问题,服务器这边提示“无效参数”,没什么问题吧
如果用户层面不做try 操作,可能会发生Gateway网关崩溃。
如果你想要验证接口,你可以选择给Gateway 提交pr 扩展一下接口功能。

from gatewayworker.

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.