Skip to content

Commit 6c896eb

Browse files
committed
clean-up example
on windows, the example would otherwise cause an _enter_buffered_busy fatal error, notifier shutdown and bus shutdown are racing eachother...
1 parent f2a3274 commit 6c896eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/interfaces/udp_multicast.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ from ``bus_1`` to ``bus_2``:
5353
# give the notifier enough time to get triggered by the second bus
5454
time.sleep(2.0)
5555
56+
# clean-up
57+
notifier.stop()
58+
5659
5760
Bus Class Documentation
5861
-----------------------

0 commit comments

Comments
 (0)