Replies: 3 comments 10 replies
-
I don't think this could have ever worked correctly. The first argument to |
Beta Was this translation helpful? Give feedback.
-
Here is the full code used on the server : route do |r| Here the list of the gem used on the server :
|
Beta Was this translation helpful? Give feedback.
-
I 've found: |
Beta Was this translation helpful? Give feedback.
-
When adding the Faye/websocket plugin I have the following error : Invalid plugin type: String (Roda::RodaError)
It used to work correctly a few month month ago.
Just trying this very simple example thrown this error :
`
cat config.ru
require "roda"
require "faye/websocket"
class App < Roda
plugin "faye/websocket", adapter: :thin, ping: 45
route do |r|
"
Hello
"end
end
run App.freeze.app
`
Can someone help ?
Do I need to open an issue.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions