We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Serialization is moved inside PersistentConnection, so end-users should not bother with that
We suggest to override SignalR serializer settings in order to fix issue with non-unicode symbols randomly replaced by "��" (
var serializer = new JsonSerializer(); serializer.StringEscapeHandling = StringEscapeHandling.EscapeNonAscii; GlobalHost.DependencyResolver.Register(typeof(JsonSerializer), () => serializer);
Quick start
Advanced configuration
How Realmius works