-
matiu updated
10 years ago
-
It took me a couple hours this morning to figure this all out, so I'd like to document it here, and with some guidance from the maintainer I am willing to provide a PR for either the documentation or …
-
- [x] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue.
---------------------------
## Issue
Hi I've been having a problem with the deb…
-
I use Tigase 8.1.0 as Docker image.
I've added to the config.tdsl following:
```
ws2s () {
connections () {
ports = [ 5290, 5291 ]
5290 () {
socket = 'plain'
…
-
The issue is that,
1. ws URLs are proxied as 'http://' URLs
2. not able to proxy ws connections in development without external libraries such react.io-connect (which as far as I tested using long-p…
-
Hello, I install using cocoapods , and my Podfile is
```
pod 'CocoaMQTT/WebSockets', '1.3.0'
```
but when I run `pod install` , I got this:
```
[!] CocoaPods could not find compatible ve…
-
The websockets protocol has an optional extension for compressing data per-message.
`Sec-WebSocket-Extensions | permessage-deflate`
I think this is not supported by AWS yet, is there some work o…
briot updated
5 years ago
-
Hello,
I am using node-http-proxy to route websocket from port 80 to port 8080. I have a http server (port 80). I would like to create a websocket connection between the client and the server through…
-
Hello,
I have 3 services and an "api gateway". One service accepts HTTP requests, and the other 2 are websocket services. I want to do URL-based routing to these services. For example:
- https://api.…
-
I tried running the web client and after migrating the solution, it returns a 404. Can you please guide me?
Spiti updated
6 years ago