Questions tagged [eventsource]

For questions relating to the HTML5 SSE (Server Sent Events) API; the JavaScript object is called EventSource.

215 questions
0
votes
0 answers

ServiceFabric - ActorEventSource is not enabled

I am trying to trace some logs using ActorEventSource provided for Actors in ServiceFabric, but it appeared to be disabled. The control that fails is: if (this.IsEnabled()) { ... } How can I enable it? Thanks!
0
votes
0 answers

How to create an EventSource without admin rights?

I have an scenario where I have to create event sources without admin rights as the app needs to do it at runtime. The installer executes with admin rights so what I can do it to modify whatever it needs to be modified to avoid the need of admin…
Ignacio Soler Garcia
  • 21,122
  • 31
  • 128
  • 207
0
votes
0 answers

Is there a character limit for a Server-Event Streaming?

I'm working on a streaming server-event (EventSource), and I need to send really big JSONs through it. Is there a character limit? Will the message be trimmed or not sent if the message is too long? I couldn't find anything related on the web.
c4b4d4
  • 964
  • 12
  • 32
-1
votes
1 answer

Content of php script is not flushed

I have this code (it use server side events but the problem is flush that don't work): array( …
jcubic
  • 61,973
  • 54
  • 229
  • 402
-1
votes
1 answer

JavaScript request connection with data

I have a task to create javascript realtime app. Server side is ready (wss://), I have to create client-side. The main tasks I have problems with: The client can ping the server to check your connectivity. Client does a ping, including the sequence…
MurDaD
  • 362
  • 3
  • 10
1 2 3
14
15