-
There is an error during integration testing, caused by DB records persisted after the previous test run:
```
npx @logux/backend-test http://localhost:3000/logux
Protocol version: 4
Secret: …
-
This issue is created to get help/advice for translation.
If you have any problem with translating a word/line/comment, you can ask for help here and wait for us to respond. You can @mention the ma…
-
Recently we got a question [in our Slack](https://asyncapi.slack.com/archives/C0230UAM6R3/p1706705627052239) regarding a particularity on ibmqp binding. The question lead to checking that specifying a…
smoya updated
2 months ago
-
It would be a good idea to document the implemented features from the TD perspective. I mean for each binding (producer and consumer side), which op, which security scheme, which subprotocol is implem…
-
# Lines of code
https://github.com/code-423n4/2023-01-canto-identity/blob/dff8e74c54471f5f3b84c217848234d474477d82/src/CidNFT.sol#L264
https://github.com/code-423n4/2023-01-canto-identity/blob/dff8e7…
-
**TLDR:** currently, `binding-websockets` does not handle properties, actions, nor meta-interactions
**In general, I believe `node-wot` should strive to provide an equal, complete implementation ac…
-
## Summary
The ballerina graphql package provides client implementation to execute query and mutation operations by connecting to the server. But the subscription operation is not supported by the cl…
-
This means for example adding and catting different things, of different sizes.
This could use docker.
This could allocate a couple of machines to it, for 10-20min, and we could have travis machines…
-
Consider the following program:
```kotlin
val limit: int@Replication(hosts = {alice, bob}) = 10;
for (var i: int = 0; i < limit; i += 1) {
output i to alice;
}
```
This program gets com…
cacay updated
3 years ago
-
客户端意外断开连接后,服务器未针对心跳超时关闭websocket连接,导致_chargePointStatusDict 还存储了状态数据,而且此时通过api发送websocket消息会出现异常
private static Dictionary _chargePointStatusDict = new Dictionary();
FuYan updated
1 month ago