Replies: 1 comment 4 replies
-
What server are you using? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I came up with the following code based on the getting started documentation:
I need to have this running in the background of a rails project. The reason is that I have to store some credentials somewhere and deploy a rails app somewhere. I need to create some check-in for the client as I can only have one open connection for all tokens.
If I try to use Async directly without the background thread, I lock the entire rails app from starting.
Where I am at the moment is that nothing works, and I can't tell why 🤣
Going to need some hand-holding through this. Can I get some feedback from async websockets or dump debug information somewhere?
Beta Was this translation helpful? Give feedback.
All reactions