Commit Graph
17 Commits
Author SHA1 Message Date
Zoltán Papp 4ff069a102 Support multiple server 2024-05-29 16:40:26 +02:00
Zoltán Papp 7cc3964a4d Use mux for http server
Without it can not start multiple http
server instances for unit tests
2024-05-29 16:11:58 +02:00
Zoltan Papp 6d627f1923 Code cleaning 2024-05-28 01:27:53 +02:00
Zoltan Papp 076ce69a24 Add reconnect logic 2024-05-28 01:00:25 +02:00
Zoltán Papp 645a1f31a7 Fix writing/reading to a closed conn 2024-05-27 10:25:08 +02:00
Zoltán Papp b4aa7e50f9 Close sockets on server cmd 2024-05-27 09:42:27 +02:00
Zoltán Papp 173ca25dac Fix in client the close event 2024-05-26 22:14:33 +02:00
Zoltán Papp 36b2cd16cc Remove channel binding logic 2024-05-23 13:24:02 +02:00
Zoltán Papp 0a05f8b4d4 Use buffer pool and protect exported functions 2024-05-22 00:38:41 +02:00
Zoltán Papp e82c0a55a3 Set to blocking the message queue 2024-05-21 16:21:29 +02:00
Zoltán Papp 13eb457132 Add registration response message to the communication 2024-05-21 15:51:37 +02:00
Zoltan Papp 1c9c9ae47e Remove sync.pool 2024-05-20 11:38:23 +02:00
Zoltan Papp 9ac5a1ed3f Add udp listener and did some change for debug purpose. 2024-05-19 12:41:06 +02:00
Zoltan Papp d4eaec5cbd Followup messages modification 2024-05-17 23:41:47 +02:00
Zoltan Papp 6ae7a790f2 Fix buffer handling 2024-05-17 23:29:47 +02:00
Zoltan Papp 49dfbc82d9 Add relay cmd 2024-05-17 20:24:06 +02:00
Zoltan Papp 57a89cf0cc Add initial relay code 2024-05-17 17:43:28 +02:00