You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change the connect message to [connect 127.0.0.1 8888( and click it -> [udpsend] reports 1. on outlet, it is connected while nobody is listening on port 8888.
open udpreceive-help (with [udpreceive 9997] inside)
in udpsend-help.pd, click on [send 0 1 2 3(, nothing is receive, OK
now click on [port 8888( on udpsend-help.pd to change port number.
in udpsend-help.pd, click again on [send 0 1 2 3(, nothing is received while it's reported to be connected on port 8888
I have to disconnect and connect the [udpsend] again to make it work.
So, if we change the binding port of [udpreceive], the sended messages are not received until reconnection of [udpsend].
The text was updated successfully, but these errors were encountered:
udpsend-help.pd
[connect 127.0.0.1 8888(
and click it ->[udpsend]
reports 1. on outlet, it is connected while nobody is listening on port 8888.udpreceive-help
(with[udpreceive 9997]
inside)udpsend-help.pd
, click on[send 0 1 2 3(
, nothing is receive, OK[port 8888(
onudpsend-help.pd
to change port number.udpsend-help.pd
, click again on[send 0 1 2 3(
, nothing is received while it's reported to be connected on port 8888I have to disconnect and connect the
[udpsend]
again to make it work.So, if we change the binding port of
[udpreceive]
, the sended messages are not received until reconnection of[udpsend]
.The text was updated successfully, but these errors were encountered: