Search found 1 match

by mlesin
Mon Sep 14, 2020 8:24 pm
Forum: General
Topic: Multiple JSON requests to server
Replies: 1
Views: 2266

Multiple JSON requests to server

Is it possible to communicate with a server with JSON API without setting up a new socket for each request? For now, I'm opening a socket to server using 51000 port, sending a JSON request, like this: { "get":{ "type": "renders", "mask": "myhost" } }...