Skip to content

Commit 3d212f7

Browse files
anecdatadhalbert
authored andcommitted
mdns: can't use web workflow port
1 parent 6d45f45 commit 3d212f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared-bindings/mdns/Server.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_KW(mdns_server_find_obj, 1, _mdns_server_find);
171171
//| ``service_type`` and ``protocol`` can only occur on one port. Any call after the first
172172
//| will update the entry's port.
173173
//|
174+
//| If web workflow is active, the port it uses can't also be used to advertise a service.
175+
//|
174176
//| :param str service_type: The service type such as "_http"
175177
//| :param str protocol: The service protocol such as "_tcp"
176178
//| :param int port: The port used by the service"""

0 commit comments

Comments
 (0)