-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great work on MQTT, Kestrel, Actors #2
Comments
in short no. Im currently working as full time dev and I can only spare some time if a project like chkr1011/MQTTnet gives some serious value for internal projects. Maybee i can convince my boss that your project is worth my time but then ill need a little more details. |
Hi @JanEggers , I was wondering what were your conclusions on your mqtt over bedrock experiment. |
Hi @israellot, for me it is looking good, bedrock seems to be a good starting point to implement protocols (mqtt or anything else) I dont have to worry about the transport details (TCP or else) and can focus on protocol implementation. im currently waiting for the client side of bedrock so further work on this will have to wait for 2.2. if I have both client and server ready on the new api i will measure requests/sec compaired to the current implementation of mqttnet and create a pr for that package. im nott sure if @chkr1011 would accept such a pr as I tried to move his codebase closer to microsoft libraries (Dependency Injection/Logging) but that was not well received by the consumers of mqttnet so maybe I have to create a new package. |
Great! Thanks for your response. I’m also trying to squeeze more juice from mqttnet. |
if you are interested in that you can have a look at https://github.com/JanEggers/MQTTnet/tree/system.io.pipelines.rebase |
I’ll take a better look. You’ve gone far beyond what I’ve done so far. Good job. |
We are initiating an IoT project involving actor model, MQTT, IoT Hub and other technologies that you work with very often I think. Could there be an opportunity maybe to join forces for this project?
The text was updated successfully, but these errors were encountered: