You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a beanstlkd worker that listens for HTTP requests to send a notification from an external source.
As it receives these, it adds it as a payload to your package.
To achieve this, do I just never send a message through the doneWritingChan channel?
Also what do I do if the connection gets closed. How can I automatically open the connection?
The text was updated successfully, but these errors were encountered:
I'm making a beanstlkd worker that listens for HTTP requests to send a notification from an external source.
As it receives these, it adds it as a payload to your package.
I need it to always be running.
I'm looking at your sample code: https://gist.github.com/joekarl/86d9bdb8f9af044710b7
To achieve this, do I just never send a message through the doneWritingChan channel?
Also what do I do if the connection gets closed. How can I automatically open the connection?
The text was updated successfully, but these errors were encountered: