skip to Main Content

Socket.io fetchSockets() error between redis nodes

We are having issuses using server.fetchSockets() in socket.io redis nodes. When a server call this function the others servers are throwing this exception: C:pathnode_modulessocket.io-redisdistindex.js:212 response = JSON.stringify({ ^ TypeError: Converting circular structure to JSON --> starting at object with constructor…

VIEW QUESTION

Redis – Microservices on GCP

I am looking to use GCP for a micro-services application. After comparing AWS and GCP I have decided to go with Google because one major requirement for the project is to schedule tasks to run in the future (Cloud Tasks)…

VIEW QUESTION

How to open URL's using telegraf JS markup inline keyboard in telegram in app browser? – Telegram API

Code Snippet: ctx.reply( `Hi! ${ctx.from.first_name} 👋 n n Shall we start? 👇 `, Markup.inlineKeyboard( [ Markup.button.url( "Covid-19 🇮🇳 IN", "https://www.covid19india.org/" ), Markup.button.url("WHO 🌎", "https://covid19.who.int/"), ], { columns: 2 } ) ); This is throwing a 400 Bad request URL exception.…

VIEW QUESTION
Back To Top
Search