v0.0.10
Contains two fixes
- Fix
Server.Broadcast
call insideServer.OnConnect
callback whenServer.UseStackExchange
is used. - Add
Server.SyncBroadcaster
which, if set to true, changes the default behavior and syncServer.Broadcast
calls whenServer.StackExchange
is nil (orServer.UseStackExchange
is not used). When StackExchange is used then this field is ignored, published messages were correctly handled by Redis or Nats already.