Open dm1tz opened 3 years ago
As far as I can tell, you're right. go-steam doesn't support unified messages yet. I'm also not sure whether I understand the code of SteamKit, so I wouldn't know how to implement it. Of course, I am always happy to receive pull requests!
Hi guys, probably a stupid one, but nevertheless, is there any method in current library that allows to send unified requests and receive their results? For the sake of reference SteamKit lib has a handler for working with unified messages and SendMessage function in particular that returns corresponding service result. Say I want to send a ExchangeItemRequest and receive a CInventory_Response. Is there something that I'm missing out?