AlexeyDmitriev / JHelper

GNU Lesser General Public License v3.0
119 stars 31 forks source link

Make the server respond after each request #112

Closed adambenali closed 5 years ago

adambenali commented 5 years ago

I made the http server that receives data from a browser extension respond to the requests so that requests that come after a certain timeout (set by the extension) are not cancelled. Please refer to https://github.com/jmerle/competitive-companion/issues/38 for more details and to see the relevance of this.

AlexeyDmitriev commented 5 years ago

As discussed in jmerle/competitive-companion#38 it should now work as is. Please reopen if it doesn't.

Thanks