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
When trying to run CoAPServer on a Linux Docker Container with a .Net Core 3.1 base image.
System.PlatformNotSupportedException: Socket.IOControl handles Windows-specific control codes and is not supported on this platform.
at System.Net.Sockets.SocketPal.WindowsIoctl(SafeSocketHandle handle, Int32 ioControlCode, Byte[] optionInValue, Byte[] optionOutValue, Int32& optionLength)
at System.Net.Sockets.Socket.IOControl(Int32 ioControlCode, Byte[] optionInValue, Byte[] optionOutValue)
at CoAP.Channel.UDPChannel.SetupUDPSocket(AddressFamily addressFamily, Int32 bufferSize)
at CoAP.Channel.UDPChannel.Start()
at CoAP.Net.CoAPEndPoint.Start()
at CoAP.Server.CoapServer.Start()
Perhaps it's similar in nature to this issue NetMQ has?
The text was updated successfully, but these errors were encountered:
When trying to run CoAPServer on a Linux Docker Container with a .Net Core 3.1 base image.
Perhaps it's similar in nature to this issue NetMQ has?
The text was updated successfully, but these errors were encountered: