-
Hi,
We switched to Play 2.6 backend with Akka http and we have problem with one of our websocket clients that isn't getting sub protocol header in the handshake response.
When we're running it w…
-
Hi, I use this project for my some video-live. And I find some problem in websocket sub-protocol:
1. I think sub-protocol is the user-level defination in project. So if I configure this setting I w…
-
I am unsure of what Path is meant to be in the set up config to connect to my MQTT broker
The "path" is required however there is nothing I can put in.
There is nothing in the docs and this fi…
audas updated
21 hours ago
-
Is it possible to use this crate to implement a secure websocket server that can be accessed via the `wss://` protocol?
This is not because I send sensible data over this websocket (only arrays of…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
### Feature Request
Support websocket protocol.
…
-
### WebKittens
@annevk
### Title of the spec
WebSocketStream
### URL to the spec
https://whatpr.org/websockets/48.html#the-websocketstream-interface
### URL to the spec's repository
https://git…
ricea updated
3 weeks ago
-
I've run into this a few times, and the stack trace is always different. But I think I've distilled it down to reproducible with this file:
```crystal
require "http"
class FooHttp
def initiali…
-
**Description:**
The purpose of this is to address the issue where, if two custom remote functions return the same message type, the generated AsyncAPI client cannot determine which response correspo…
-
Can't use UI behind a https proxy currently due to the client defaulting to calling ws:// for websockets.
I found this line in UI JS.
```return"ws://"+window.location.host+"/api/websocket"```
…
-
Hello, I'm trying to upgrade my project from using version 1.16.2 of luau-lsp to the latest version (1.33.1), but during this process I encountered an issue. The language server in itself does seem to…