-
According to readme,
> We strongly suggest configuring Restforce to use the most recent API version, currently Version 41.0
Apparently Salesforce API has been updated to 44. Which one should be…
-
Rendering `examples/example4.rb` takes over a minute.
To render the tree:
- trtl passes a string to magic_mirror.command_cache
- magic_mirror sends this to the ruby-based faye server via http post …
-
I have added `faye`, `thin` and `render_sync` exactly as specified by you. I have run `bundle install`. When I run `rails g render_sync:install` I get the following error:
```
Could not find generato…
-
When I connect to WS server from js, the connection is automatically closed.
I tried with and without stand alone.
``` javascript
dispatcher = new WebSocketRails('0.0.0.0:3001/websocket', false); // …
-
**Description**
Copying from docker/for-win#1745 and docker/for-win#1755.
When running a container, if there is a port conflict, there is an unhelpful error message. It reads: "Error response fr…
-
hi, this is Martin, I need some help, I think meteor-down core version is too low
```
meteorDown.init(function (Meteor) {
Meteor.subscribe('documents', function () {
console.log('Subscriptio…
-
Hi!
We are currently using the library and we experience critical issues with it. Sometimes , due to network errors, our redis server becomes unreachable for a small amount of time, creating errors s…
-
For this week, we have done the following work.
#24 Add Shoryuken worker with AWS SQS queueing for parallel processing
#26 Add websocket with Faye as middleware, which shows progress report
*Thi…
-
`FayeRails::RackAdapter::RoutingExtension#incoming` uses `File.fnmatch?` to match channel name. If channel name contains null byte `"\0"` an `ArgumentError` would be raised. The exception will drop a …
-
public FayeClient(Handler handler, URI fayeUrl, String channel)
In your example you use only fayeUrl and channel
ghost updated
8 years ago