Skip to content

Releases: grafov/bcast

Broadcasting without timeout

06 Apr 17:23

Choose a tag to compare

New API functions introduced in this release:

  • group.Broadcast() for broadcasts without timeout
  • group.BroadcastFor() for broadcasts with timeouts.
  • new group.Close() for immediate closing of the broadcasting.

Call without timeout resolves problem explained in #4. Old Broadcasting() call saved for API backward compatibility.

Thank @matthewmcneely for code fixes.

Race fix

16 Jan 18:44

Choose a tag to compare

Bugfix release. No API changes.

  • Fixed races in Join/Close (#2 by argami)

First release

23 Nov 11:19

Choose a tag to compare

Nothing new since rc just a first release with stable API.

candidate to first release

31 Jul 03:02

Choose a tag to compare

Pre-release
v.1.0-rc

Added ability to send broadcast to whole group (not only mesage from …