I need to develop a C# appication which will wait for specific event from the server (booking). Is there any long polling solution? Google channel api works only with javascript clients, gcm works with android. Kinvey custom endpoint has a limitation - 2 seconds for the request - it's not a "long" polling.
Mike Filippov
I need to develop a C# appication which will wait for specific event from the server (booking). Is there any long polling solution? Google channel api works only with javascript clients, gcm works with android. Kinvey custom endpoint has a limitation - 2 seconds for the request - it's not a "long" polling.