-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
UDP handler auto-starts itself in a thread, but there are virtual functions called from the run(), plus there are data races with this functionality. Auto-start will be removed (a breaking change); it is possible to auto-start from the inheriting class constructor.
Reactions are currently unavailable