-
It seems like there is a regression introduced into `SseEmitter` in latest `5.2.10.RELEASE` (apparently https://github.com/spring-projects/spring-framework/issues/25442), it now returns to the client …
-
Even though AddListener protects the map on write, Emit does not protect it on read. This can result in panics, as seen below:
```
fatal error: concurrent map read and map write
goroutine 2929 …
-
```
fatal error: concurrent map read and map write
goroutine 2929 [running]:
runtime.throw(0xf7c620, 0x21)
/home/plorenz/.gvm/gos/go1.14.7/src/runtime/panic.go:1116 +0x72 fp=0xc001757c60…
-
Here is how a new object is created from a subscription :
https://github.com/parse-community/Parse-SDK-JS/blob/de4bc1c3597ed21a86b542500a84070ce1c9d742/src/LiveQueryClient.js#L391-L395
And here …
-
### Issue Description
When I register an `open` event for a `LiveQuerySubscription`, the event does not fire on the intial websocket `subscribed` event as you'd expect. However, if it does fire if …
-
Now, every plugin needs to monkey-patch some of the methods (e.g. `then()`, `update()` etc). Would be great if the QueryBuilder could emit events before/after some particular actions.
Bonus points …
-
**Describe the bug**
When an `slSelect` component gains or loses focus, the `slFocus` and `slBlur` events are called twice.
**To Reproduce**
Steps to reproduce the behavior:
1. On https://shoela…
-
I am writing a simple Electron app.
I am developing on Windows 10 with the Atom Editor.
All my packages are up to date as this everything has been downloaded and installed in the past 2 weeks.
I h…
-
#### Current Workaround
Please see this https://github.com/graphql-nexus/nexus/issues/732#issuecomment-626586244
#### Perceived Problem
- #732
- Nexus Reflection system means users…
-
As a software architect I'd like the events to be able to be emit through a rest endpoint so I could have an external driver emit the event or an external system.
The rest endpoint would resume al…