You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server.Unregister method for removing a Repository registration and optionally forcing clients to disconnect.
Server.PublishWithAcknowledgement method for ensuring that an action does not happen until an event has been dispatched.
Fixed:
Fixed a race condition in which Server might close a channel while another goroutine is trying to write to it. This would happen if you registered a Repository that replays events, started a handler, then closed the Server while the events were still replaying.