-
## Describe the Bug
When a permissions class's `has_permission` method returns False for a subscription, strawberry subsequently throws some errors while closing the connection.
##…
wlaub updated
9 months ago
-
> subscriptions-transport-ws@npm:0.11.0 is deprecated: The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software t…
-
### Play Version (2.7.2 / etc)
### Expected Behavior
Upgrade to web socket is abstracted in play frame work(2.X).
Before accepting a websocket request from client
The Websocket-server does…
-
So we have a TCP-based protocol (lets call it protocol A for now), that basically adds some additional fields to address specific components within our product.
These components may speak different pr…
-
Scenario:
Two clients connected to server. Both Windows 10. Server is running on Client A PC.
1. Physically disconnect client B LAN connection and wait 60sec _(wait may not be necessary)_.
2. Mak…
clibu updated
4 years ago
-
### Description
Calling Abort() or Dispose() on a server WebSocket originating from a HttpListener does nothing with the underlying TCP connection, when run on Linux. The connection simply remains …
-
```swift
public protocol PrettyRawRepresentable: RawRepresentable where RawValue == String {
var prettyRawValue: RawValue { get }
}
public extension PrettyRawRepresentable {
var prettyRaw…
-
- [x] Release Logux Django
- [x] Add Django snippets to docs @egregors https://github.com/logux/docs/pull/68
- [ ] Add Django API @ai https://github.com/logux/django/issues/23
-
connectanum in Flutter crashes because Websocket can't established on connect via dart.html
-
Cloud functions support sending and receiving HTTP headers when invoking functions. The Java SDK does not currently expose setting HTTP headers on InvokeFunctionRequest or getting them off InvokeFunc…