Skip to content

Commit

Permalink
📝 Docs: Updated changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiTronix committed Sep 10, 2023
1 parent 21b153a commit c58e37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ limitations under the License.

## v0.3.2 (2023-09-10)

??? tip "New Features"
???+ tip "New Features"
- [x] **NetGear:**
* Added new `kill` parameter to `close()` method to forcefully kill ZMQ context instead of graceful exit only in the `receive` mode.
* Added new `subscriber_timeout` integer optional parameter to support timeout with `pattern=2` or PUBLISHER-SUBSCRIBER pattern.
* Added new `subscriber_timeout` integer optional parameter to support timeout with `pattern=2` _(or Publisher-Subscriber)_ pattern.
+ Receiver will exit safely if timeout defined(any value(in milliseconds) > 0), and timeout occurs in Receiver Mode with `pattern=2`.
+ 💬 Note: Default behavior still is to block the thread till infinite time.
- [x] **WriteGear:**
Expand Down

0 comments on commit c58e37c

Please sign in to comment.