CymaticLabs / Unity3D.Amqp

AMQP client library for Unity 3D supporting RabbitMQ
MIT License
97 stars 21 forks source link

How about this project ? #16

Closed PePoDev closed 4 years ago

PePoDev commented 4 years ago

This project is continue supporting Or deprecated ?

klydra commented 4 years ago

I mean, to me it seems like it. I actually, after many hours of research, got my RabbitMQ Client in Unity working by importing RawRabbit using nuget for Unity. From there you can either use the official RabbitMQ .NET Client by importing using RabbitMQ.Client; (docs here) or use RawRabbit by importing using RawRabbit;.

PePoDev commented 4 years ago

Thanks a lot

YamazakiYasuhiro commented 1 year ago

Great! Thx a lot. I thought I should repair something at AmqpClient code for Unity has a bit problem of reconnection before I had read these comments.