Thanks. I can't upgrade clients to add reconnect functionality, and I can only work on the server side to solve the scaling issue. I think I should refactor my service as you mentioned by separating dedicated connection-managing servers and stateless worker servers such that I can scale workers.
> I think I should refactor my service as you mentioned by separating dedicated connection-managing servers and stateless worker servers such that I can scale workers.
thats exactly what the original suggestion seemed to be was.
I don't like the idea of not having my development certificates under control. They should be as secure as the production certs in my opinion.
I use PHPKi for that purpose, it's not pretty but easy to setup and it runs in my own environment.
Yes - you'll need to login at mailflo.io. We haven't added that functionality to the browser extension. Do note that deleting a project would not delete the associated emails and labels.
Just email us at support@mailflo.io if you need help.
I also strongly disagree. The real problem is that browsers can't use them as good as they should.
If you take for example a RESTful API, the verbs make totally sense and especially one of the mentioned verbs. PATCH is a great verbs if you use it like it was specified.
I personally like the idea of giving more freedom to chose the verbs.
Imagine you could use for a Twitter API something like:
FOLLOW /users/123
The HTTP specification in no way restricts the verbs that you can use to those that are in common use. But at some point somebody, somewhere, decided that the only ones allowed were the ones that the specification explicitly mentioned. And so people just shoehorn their applications into frameworks built around what the HTTP specification defines, rather than allows.