-
### 请确保您已阅读以上注意事项,并勾选下方的确认框。
- [X] 我已经仔细阅读上述教程和 ["提问前需知"](https://forums.go-cqhttp.org/t/topic/141)
- [X] 我已经使用 [dev分支版本](https://github.com/Mrs4s/go-cqhttp/actions/workflows/ci.yml) 测试过,问题依旧存在。
- [X…
-
If you use the popular node-http-proxy (https://github.com/http-party/node-http-proxy)
to proxy a websocket connection, then all the headers that it gives back to connected clients are in lower-case.…
-
### What is the issue?
The issue I'm about to describe is probably related to #99 but given that the issue is still open and slightly different than what I'm seeing I preferred to open a new one.
…
-
I am trying to run the application, it's not showing any errors, but the API never connects (says connection refused). Accessing the IP directly shows "Upgrade Required".
-
The `createMatchMakeRequest` method currently only supports requests with the [`http` protocol](https://github.com/colyseus/colyseus.js/blob/master/src/Client.ts#L83), it would be nice to have support…
-
Relates to spec:
- `DF1a`
- `RTN14d`
- `RTN15g`
The default `connectionStateTtl` value (how long the connection is persisted on the Ably servers) is 120 seconds. This means that after 120 seco…
-
1. 希望不使用`fetch`来实现`GM_xmlhttpRequest`,因为有时候同源请求需要设置`headers`的`User-Agent`时,也是属于跨域了,使用`fetch`的话不会生效该`User-Agent`;
2. 提高兼容性,当`method`为`GET`时,如果`details`中存在`data`键,那么设置把`method`为`POST`,不然[https://github…
-
Hey there, first thank you very much for this tool very helpful overall.
We are trying to understand what could be causing our App to be very unresponsive lately, and so far I was able to run this …
-
**Describe the bug**
Hi, I'm having trouble setting up Detox with a brand new RN project (bootstrapped with `npx react-native init example`).
I've created a minimal example: https://github.com/Tom…
-
**Describe the bug**
After building the app in the release variant polymorphic serialization doesn't work.
**To Reproduce**
SocketEvent.kt
```
@Serializable
sealed interface SocketEvent
…