21 Commits

Author SHA1 Message Date
735f55858e fix: adding nil checker v0.0.20 2025-09-29 17:58:19 +07:00
5e5df9090f fix: adding back read mutex for data race v0.0.19 2025-09-29 17:55:24 +07:00
1537e58444 fix: fixing deadlock caused by read mutex v0.0.18 2025-09-29 16:38:08 +07:00
66b27082b9 feat: adding reconnect channel for authentication purposes v0.0.17 v0.0.16 2025-09-29 15:45:02 +07:00
9d74e72ede feat: add writeJSON function v0.0.15 2025-09-29 14:40:07 +07:00
dfbe2f2808 fix: fixing client deadlock condition & reconnection issues v0.0.14 2025-09-29 09:06:31 +07:00
4792d638c1 feat: adding channelSize to safe websocket client v0.0.13 2025-09-27 05:27:57 +07:00
b96e574726 feat: adding client close function 2025-09-27 04:52:47 +07:00
752804cc58 fix: restructuring safe websocket client v0.0.12 2025-09-27 04:48:01 +07:00
e686e69a24 fix: fixing client nil pointer v0.0.11 2025-09-26 16:10:19 +07:00
034e5b68e0 fix: client reconnection data race fix v0.0.10 v0.0.9 2025-09-26 16:07:20 +07:00
6fb7cea1fa fix client & server experimental fix v0.0.8 2025-09-26 15:02:54 +07:00
7457604e0f fix: client data race hotfix v0.0.7 2025-09-26 14:18:53 +07:00
f32d97eac4 chore: cleaning unused mutex v0.0.6 2025-09-26 09:16:35 +07:00
4111dd0f25 fix: removing debugger for writePump v0.0.5 2025-09-25 17:33:00 +07:00
f91e24cc02 feat: adding rawQuery to safeWebsocketClient v0.0.4 2025-09-25 14:51:44 +07:00
ef98404caf feat: safe websocket client implementation v0.0.3 2025-09-25 14:14:24 +07:00
eac2ed2bf1 fix: readPump and writePump hotfix v0.0.2 2025-09-25 10:42:40 +07:00
6b58b7f233 fix: data race hotfix 2025-09-25 07:24:57 +07:00
34811d4132 feat: safe websocket server implementation v0.0.1 2025-09-24 23:06:40 +07:00
8dd4050cad Initial commit 2025-09-23 01:21:51 -04:00