-
**Is your feature request related to a problem? Please describe.**
When I define resource EventSource, I always want to judge the target resource status or some other fields, LabelSelecor and FieldSe…
-
### Android application type
Android for .NET (net6.0-android, etc.)
### Affected platform version
.NET 6
### Description
The .NET Podcast app shows `dotnet trace` output for:
![image](https:/…
-
**Is your feature request related to a problem? Please describe.**
When working with Argo Events sensors, it’s frustrating that there’s no easy way to test sensor configurations in a local environmen…
-
I'm facing an issue where event listeners for 'message' and 'error' aren't being invoked when using the library within an Expo app, despite the EventSource connection being established.
**Environme…
-
### What version of Bun is running?
1.0.25+a8ff7be64
### What platform is your computer?
Darwin 23.2.0 arm64 arm
### What steps can reproduce the bug?
```
mkdir /tmp/bun-node-types && …
-
### Description
During a recent attempt to optimize the memory usage of an application, we noticed what seems to be unnecessary extra memory usage by the EventSource class. It looks like the EventS…
-
Works great in Chrome! -- but I see this in Firefox:
ReferenceError: EventSource is not defined
This is a very succinct and powerful example, thanks for sharing it!
-
Discussion thread of [Formalizing Eventsource][] blog post.
[Formalizing Eventsource]: http://www.corecursion.net/post/2017-01-01-Formalizing_Eventsourcing
-
Is it possible to improve callback?
instead of
bool cbf0(Modbus::ResultCode event, uint16_t transactionId, void* data)
to
bool cbfx(Modbus::ResultCode event, uint16_t transactionId, void* data, i…
-
CoreCLR has EventSource tracing for many different subsystems: Tasks, ArrayPool, ... . They are WinRT-specific, stubbed out or otherwise non-existent in CoreRT.