Skip to content

v0.0.10

Compare
Choose a tag to compare
@kataras kataras released this 10 Aug 16:14
· 16 commits to v0 since this release

Contains two fixes

  1. Fix Server.Broadcast call inside Server.OnConnect callback when Server.UseStackExchange is used.
  2. Add Server.SyncBroadcaster which, if set to true, changes the default behavior and sync Server.Broadcast calls when Server.StackExchange is nil (or Server.UseStackExchange is not used). When StackExchange is used then this field is ignored, published messages were correctly handled by Redis or Nats already.