SocketException: A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied

Hi. I use nakama with unity and I saw this exception when using faraway server
SocketException: A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.

Hey @ghasem167 you’ll want to make sure the socket is connected before sending any messages.

1 Like