Skip to content
#

socket-client

Here are 187 public repositories matching this topic...

actionhero
mfvargo
mfvargo commented Jan 22, 2021

We had an issue where an api user was using the incorrect parameters on an API call. Having this feature would have made the API fail instead of proceeding. The bug would been found earlier.

I can see where this would be a hassle on many cases, But it would be nice for new projects.

I suppose it could be a global config item that could be overridden at the individual action level:

For

good first issue enhancement help wanted
randomjoho
randomjoho commented Oct 11, 2019

Describe the bug
Android receiving Chinese characters is right, but iOS is not correct.
use transports: [Transports.POLLING]

Android:
[{"msg":[{"method":"SystemNot","action":"1","ct":"直播内容包含任何低俗、暴露和涉黄内容,账号会被封禁;安全部门会24小时巡查哦~","msgtype":"4"}],"retcode":"000000","retmsg":"OK"}]

iOS:
[{"msg":[{"method":"SystemNot","action":"1","ct":"ç�´æ�­å��容å��å�«ä»»ä½�ä½�ä¿�ã��æ�´é�²å��æ¶�é

good first issue

Improve this page

Add a description, image, and links to the socket-client 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 socket-client topic, visit your repo's landing page and select "manage topics."

Learn more