hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-07 04:41:56 +00:00
e56c45b3bf updated to return connections, routes, peers in ascending order by id over the control endpoint
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-04 15:44:26 +00:00
b6fb296608 added close-on-conn-error-event.
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-03 16:16:59 +00:00
bec93289f5 added the CONN_ERROR event t ype
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-28 08:26:58 +00:00
04e2de609e updated the response code to MethodDelete from Ok To NoContent
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-26 10:45:42 +00:00
71a42af593 added a debugging log message for conn_notice packets
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-26 05:46:20 +00:00
5df95159a3 exposed the cfg field by nameing cfg to Cfg in server.go
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-26 05:28:50 +00:00
2d63e81e62 renamed wrap_http_handler to WrapHttpHandler for server
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-24 01:34:33 +00:00
97885bcae1 fixed an issue of missing parameters to fmt.Errorf()
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-23 11:06:46 +00:00
5c2695e46b ongoing code refactoring to use common functions
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-22 15:55:26 +00:00
75f72e7c88 slightly more reuse of a common function
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-22 01:09:14 +00:00
7363986737 refactored functions in client-ctl.go to use common functions
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-20 14:12:35 +00:00
429bb6cd63 enhanced func (s *Server) FindServerConnByIdStr(conn_id string) to treat non-numeric conn_id as a connection token
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-20 13:22:02 +00:00
d9aaa0a0ab added code dealing with client connection token
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-19 16:27:31 +00:00
7a6b820b92 added some todo text
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-19 15:59:09 +00:00
c7b7bfd25f added theConnDesc message to the grpc protocol
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-19 08:18:06 +00:00
1c49023c37 capatalized the first letter of some field name for exposure outside package
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-19 01:38:45 +00:00
b5c1ae2a73 enhanced the reconnect logic in client.go
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-18 05:45:14 +00:00
2b3a841299 added default notice handling interface
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-17 16:17:59 +00:00
81f7bb0c0d added /_ctl/client-conns/id/nocies
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-17 16:02:44 +00:00
a0efb55c3e trying to support notice event