Giter Club home page Giter Club logo

qy-weixin-robot-spring-boot-starter's Introduction

qy-weixin-robot-spring-boot-starter's People

Contributors

dependabot[bot] avatar wesleyone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

qy-weixin-robot-spring-boot-starter's Issues

Themes

Clouds download 300008 Don't open my Themes why

THREAD_SAFETY_VIOLATION

THREAD_SAFETY_VIOLATION: Read/Write race. Non-private method QyWeixinRobotClient.init() reads without synchronization from this.msgQueue. Potentially races with write in method QyWeixinRobotClient.setMsgQueue(...).
Reporting because another access to the same memory occurs on a background thread, although this access may not.
(at-me in a reply with help or ignore)

Originally posted by @sonatype-lift[bot] in #6 (comment)

FutureReturnValueIgnored

FutureReturnValueIgnored: Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
(at-me in a reply with help or ignore)

Originally posted by @sonatype-lift[bot] in #6 (comment)

消息发送频率限制的突破设想

限流导致消息发送受限问题的一个处理方案:

  • 将多个机器人汇聚成一个“群组机器人”概念;
  • “群组机器人”对外暴露是一个发送接口,对内是负载均衡到多个机器人发送消息;

没有找到文档说明群内机器人数量上限,目前测过一个群至少可以添加10个。
限制规则也没有提到请求IP的并发上限,这个是风险点。

Class.newInstance()

ClassNewInstance: Class.newInstance() bypasses exception checking; prefer getDeclaredConstructor().newInstance()
(at-me in a reply with help or ignore)

Originally posted by @sonatype-lift[bot] in #12 (comment)

整理

  • 重新整理架构
  • 取出无用代码
  • 文档修整

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.