python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
RSocket-net - KEEPALIVE requests from the server are not being handled in the RSocket-net Client
I am trying to use the RSocket-net implementation of RSockets and have run across a problem.
The RSocket server can be setup to send KEEPALIVE frames at a rate specified in the RSocketOptions paramete...

spcmicro
Votes: 0
Answers: 0
why nodejs cannot close tcp connection?
this is my client.js code
const http = require('http')
const axios = require('axios')
http.globalAgent.keepAlive = true
http.globalAgent.maxFreeSockets = 700
const test = async () => {
const ...
gyj
Votes: 0
Answers: 0
I am not able to fetch/retrieve all the results from keepa API
I have integrated keepa api with google Gsuite. I put the per-page limit at 10,000 in the payload and tried to iterate the page. On page 0 I got the 10,000 records but when I tried to iterate the page...

Kashif Iqbal
Votes: 0
Answers: 1
Child-routes not cached by keep-alive
I am wrapping my router with a keep-alive like so:
<template>
<section class="app-main">
<keep-alive :include="['TopLevelRoute', 'ChildRoute']">
<r...

McMuellermilch
Votes: 0
Answers: 1