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
Binding to an UDP port doesn't work. I have tried with diffrent systems and couldn't make it work. To test, I create a UDP Listener, Publish that port witf "diode publish -public " and on the other machine I bind the port with "diode -bind port:address:port". When I try to send a packet to localhost with netcat, Can't receive any packets. When I try the same with TCP, message reaches the destinition without problem. I think there is a bug with UDP port.
The text was updated successfully, but these errors were encountered:
Binding to an UDP port doesn't work. I have tried with diffrent systems and couldn't make it work. To test, I create a UDP Listener, Publish that port witf "diode publish -public " and on the other machine I bind the port with "diode -bind port:address:port". When I try to send a packet to localhost with netcat, Can't receive any packets. When I try the same with TCP, message reaches the destinition without problem. I think there is a bug with UDP port.
The text was updated successfully, but these errors were encountered: