Results 11 issues of Beat

I tried to add our first mapOf test, which failed. While `mapOf(ImmutablePropTypes.record)` fails, I can pass `mapContains` with the same data. Yes, I checked wheter there are any non-records in...

**Describe the bug** It appears that C# HttpClient throws an exception when EmbedIO answers to an POST request without reading the sent request body first. **To Reproduce** Steps to reproduce...

enhancement
breaking
v3.x
area:core
pinned

**Describe the bug** When client and EmbedIO heavily exchange messages on a WebSocket channel, the receiving and responding eventually overlap - especially with large messages. This results in the connection...

bug
v3.x
area:websockets
v4.x
pinned

The message `Saga exceeded async timeout of 250ms` indicates that there is an issue with a test. _Somewhere_, in the code base. It should tell us what `expectSaga` triggered it...

I am a bit suprised to not find anything on google or the issue log here, so maybe I am just doing it wrong :) We have a lot of...

help wanted

I first [reported](https://github.com/immutable-js/immutable-js/issues/1717) this at immutablejs. But I think that a fix/workaround might better fit into redux-freeze. ImmutableJS objects are immutable by design. However, the internal hashCode is calculated lazily...

**Problem description** Passing an exception to the logger does not log the exception in all cases and the message is not always formatted. **Example** ``` Logger.Info("formatted exception {0}.", new Exception("exception...

I am not sure if this is a game bug, but this morning the website claimed that a heap of merchans should be there, but nobody reported locations. Checked Yudia...

We need mutual TLS authentication for a project so I thought I give it a try. Since it requires the SslStream to have some missing options, this wasn't possible to...

The WIFI part of the example does not match current nodemcu API. use `wifi.eventmon.register()` instead of `wifi.sta.eventMonReg` remove `wifi.sta.eventMonStart()` (which was outside the station mode block anyway)

bug