-
`faye.js` and other related files should be enclosed in `(function(){` `})();` blocks to avoid leaking this definition into other scripts when sprockets concatenates the files.
ghost updated
11 years ago
-
**Describe the bug**
I have a bug report and a feature request.
Bug:
The snapshot listing does not sense the current OS version. It uses the version it started with. So if I …
ad5xj updated
3 months ago
-
Sorry for stupid question (I'm not ruby developer) but how to enable faye logging ?
Trying
```
config.middleware.use FayeRails::Middleware, mount: '/faye', :timeout => 25 do
FayeRails.logger =…
-
I've tried using the following simple ruby code on jruby-9.2.0.0 to authenticate with salesforce via Restforce(3.0.1) gem then try to subscribe to a push topic and it doesn't work and I get an error. …
-
/meta/handshake is the appropriate time to do authentication (as opposed authorization) as that's the first request the client makes and if it can't authenticate it should not be allowed to remain con…
-
Hi Ryan,
I'm using PrivatePub in one of my projects and it seems that I'm getting the HTTPS:// warning from Chrome because PrivatePub is trying to do something over HTTP://. I believe it may be eithe…
-
I'm using private_pub to implement a one-to-one chat-like application.
Here is my story: as a user, I would like to receive a message when my partner leaves the chat – closes the window, etc.
Lookin…
-
When trying to load the library using and running the script in esm mode:
```javascript
import { Client } from 'faye-websocket';
```
I got an error:
```
SyntaxError: Named export 'Client' not…
-
Currently, we don't have plans to add support for Streaming STT.
We will reconsider this decision if there is enough demand for Streaming STT in Ruby.
Add a 👍 to this issue if you want Streaming ST…
-
I can't run the program in production mode.
When I open a view in localhost, it work fine, but when I run the project in 192.168.0.100:3000, it's not work and the message that appear is "connection …