- Home /
Can MLAPI connect to a standalone server written in another language (Go)
I wrote a server in Go that handles connecting and communicating with multiple clients via TCP and byte streams. However communication only works with test clients written in Go. I've managed to successfully connect a Unity client using C# Sockets but for whatever reason these clients are not able to read any of the bytes coming from the server.
My question is, does MLAPI offer support for connecting and reading byte streams from servers written in other languages?
Your answer
Follow this Question
Related Questions
Unity networking tutorial? 6 Answers
Rpc Can't be called on client - Problem with client, works on server 1 Answer
Network command is running on client? 1 Answer
Can I create a separate server and use the Unity game objects in it? 0 Answers
Calling the Experts! Problems with Networking: Client/Server Architecture 1 Answer