-
Hi, I'm using LiteNetLib in a project but I'm having a few issue with iOS support.
Unity 5.6.0 IL2CPP
Various iOS devices
On the demo, on an older device (iPad Mini 1) I'm getting:
SocketExcep…
-
Currently, NetUtils.GetLocalIpList() returns network interfaces that have operation status 'Down', like disabled "LogMeIn Hamachi Virtual Ethernet Adapter" or "Hyper-V Virtual Switch." And because of …
-
NetBase.cs Line 303 rarely tosses StackEmpty but should still consider putting the lock on outside of the count check.
-
i dont know what i am doing wrong.
but server doesnt get any call for
OnNetworkReceive method or any other ones from
INetEventListener, is these methods only used in client?
G4bit updated
7 years ago
-
Not sure, if this is bug or design, but following doesnt seem to work:
`public class MainClass`
`{`
`public SubClass Sub { get; set; }`
`}`
`public class SubClass`
`{`
` public strin…
-
Trying to send a whole NetPeer as a string using .ToString() command for convenience purposes works properly, but there's no way to actually convert back the string to a NetPeer as it once was.
Wha…
-
-
It will support .Net Core ?
-
-
SocketException: 使用了与请求的协议不兼容的地址。
System.Net.Sockets.Socket..ctor (AddressFamily family, SocketType type, ProtocolType proto)
LiteNetLib.NetSocket.Bind (Int32 port) (at C:/Files/LiteNetLib/LiteNet…