Lautaro Nahuel Dapino

Results 5 comments of Lautaro Nahuel Dapino

Can you explain what you mean by cleanup and more pythonic? I want to contribute.

> See the discussion on [sourceforge](https://sourceforge.net/p/snap7/discussion/general/thread/359a47d2/?limit=25#c3e2) > > I duplicated the issue I was having with my python application by replicating it in C. Apparently there are certain types of...

> I haven't found logo stuff in snap7, so this is a duplicate. If the handling is a bit different than to other plcs, we should mention it in the...

> @lautarodapin I am not so familiar with the logo ones. So there aren't DBs etc. or are they just rebranded? > We may need a table for that here...

Checkout this [doc](https://fastapi.tiangolo.com/advanced/websockets/?h=web#handling-disconnections-and-multiple-clients) from the FastApi documentation, it uses a Class for managing the connections. I think you should add a websocket endpoint with a room_id parameter, and the manager...