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
We can split up the current chrysom client in order to separate the two main use cases of the current client: direct requests and polling. This will allow the code to be more modular, and I think it will aid in maintainability long term.
I'm proposing to have a BasicClient that provides the wrapper for http requests to argus, and then use that in a ListenerClient that uses a long running goroutine to poll argus for items.
The text was updated successfully, but these errors were encountered:
We can split up the current chrysom client in order to separate the two main use cases of the current client: direct requests and polling. This will allow the code to be more modular, and I think it will aid in maintainability long term.
I'm proposing to have a BasicClient that provides the wrapper for http requests to argus, and then use that in a ListenerClient that uses a long running goroutine to poll argus for items.
The text was updated successfully, but these errors were encountered: