Skip to main content
1 vote
0 answers
310 views

I am new to .NET Core and have been tasked with creating a phone application that will allow our employees to see their call queues, view information about the customers that are calling, etc. Our ...
BryceBy's user avatar
  • 319
0 votes
1 answer
153 views

I was wondering how the implementation of logging is done where you just need to create an experiment object from comet_ml and it auto-detects and gives out all the statistics of the trained ...
Rugved Somwanshi's user avatar
0 votes
1 answer
103 views

I'm using Fiware's Orion LD service (https://github.com/FIWARE/context.Orion-LD) in a Docker environment in order to store and manage data in the NGSI-LD format. I want to post a subscription to Orion-...
T.D.'s user avatar
  • 11
0 votes
1 answer
241 views

We are shutting down cometd client in the below fashion. Is there a way we can ensure that all the pending events are published ? Sometimes we are seeing issue where some of the events send just ...
user9482282's user avatar
1 vote
0 answers
253 views

Every time my script is crashing I have such output: COMET INFO: sys.cpu.percent.43 : (0.0, 0.0) COMET INFO: sys.cpu.percent.44 : (1.8, 1.8) COMET INFO: sys.cpu.percent.avg ...
Kenenbek Arzymatov's user avatar
-1 votes
1 answer
205 views

Is there a way to configure the cometd server maxInterval per user session ? https://github.com/cometd/cometd-documentation/blob/master/src/main/asciidoc/java_server_configuration.adoc maxInterval ...
user9482282's user avatar
2 votes
2 answers
1k views

I'm initializing Bayeux client: SslContextFactory sslContextFactory = new SslContextFactory(true); HttpClient httpClient = new HttpClient(sslContextFactory); httpClient.start(); Map<String, ...
Tudor's user avatar
  • 2,756
1 vote
0 answers
589 views

We have an Apache comet servlet on the Tomcat 8 server for the long-polling connection as below. public class Connect extends HttpServlet implements CometProcessor { public void event(CometEvent ...
Bruce's user avatar
  • 701
0 votes
1 answer
317 views

I am working on a Spring-MVC project where I am using Spring-security for authentication and authorization. Along with that, I am using Cometd library for sending messages over websockets. After ...
We are Borg's user avatar
  • 5,313
1 vote
1 answer
236 views

I'm trying to read from a Comet style HTTP API which you connect to and it continuously pushes events. I want this to run in the background after it's started, but my Async/Await is erroneous it's ...
jokker's user avatar
  • 128
1 vote
1 answer
567 views

Intro I'm sending POST request to server which responses with chunked messages. So I'm trying to make writecallback being called on each received chunked http message. Code #include <iostream>...
Denis Detochka's user avatar
0 votes
1 answer
307 views

This might be a possible duplicate but none of the answers were helpful .. I have a http servlet implementing CometProcessor , i have referred this example and also switched tomcat connector ...
kunal's user avatar
  • 182
1 vote
1 answer
722 views

Does libcurl expose some callback to be called when chunked http message is received? One server establishs comet-based http connection with a client. So client sends request to open connection using ...
Denis Detochka's user avatar
1 vote
1 answer
645 views

Unable to configure Atmosphere to use custom AtmosphereResource instead of AtmosphereResourceImpl. I have tried to use init-param in Servlet configuration as defined below but it is not working. <...
Rasekaran's user avatar
  • 364
-3 votes
1 answer
99 views

I'm building a website where I want to allow users to subscribe to various realtime data streams. They will subscribe to few streams and it will be pushing the data back as long as they are connected. ...
orzel's user avatar
  • 186

15 30 50 per page
1
2 3 4 5
74