converge/pkg
Erik Brakkee 621bbd8ca6 GOB channel for easily and asynchronously using GOB on a single network connection, also dealing with timeouts and errors in a good way.
Protocol version is now checked when the agent connects to the converge server.

Next up: sending connection metadata and username password from server to agent and sending environment information back to the server. This means then that the side channel will only be used for expiry time messages and session type with the client id passed in so the converge server can than correlate the results back to the correct channel.
2024-07-27 11:21:35 +02:00
..
agent Lots of refactoring. 2024-07-26 22:40:56 +02:00
async clean solution for concurrence in session.go by serializing all external calls (apart from initialization) through a channel. 2024-07-24 19:23:51 +02:00
comms GOB channel for easily and asynchronously using GOB on a single network connection, also dealing with timeouts and errors in a good way. 2024-07-27 11:21:35 +02:00
converge GOB channel for easily and asynchronously using GOB on a single network connection, also dealing with timeouts and errors in a good way. 2024-07-27 11:21:35 +02:00
iowrappers * fixes for windows 2024-07-23 19:26:59 +02:00
terminal * fixes for windows 2024-07-23 19:26:59 +02:00
websocketutil removed read and write dead lines. Appears to be still working. 2024-07-24 22:26:15 +02:00