Commit Graph

17 Commits

Author SHA1 Message Date
7a766b74d8 Name return values of decodeMessageA 2025-04-21 20:49:58 -04:00
6de3cbbc48 Fix method signature of SetSizeLimit 2025-04-21 19:10:45 -04:00
e4f13a4142 WIP METADAPT-A changes 2025-04-06 17:01:00 -04:00
a0b49e950e METADAPT-A handles closing messages 2025-01-28 17:06:23 -05:00
5b42030f9d Fix another "deadlock" in METADAPT-A
What fucking idiot go developer decided recv from a nil channel
locks the entire program. ?????? just have it return zero value and
false.
2025-01-28 16:14:27 -05:00
4daccca66a Fix METADAPT-A deadlock when closing transaction 2025-01-28 16:11:23 -05:00
5e885a0bd3 Fix METADAPT-A not receiving more than one message 2025-01-26 00:26:12 -05:00
540c64a421 Fix METADAPT-A not unlocking a mutex properly 2025-01-24 23:22:27 -05:00
0fed1a2451 Fix METADAPT-A transaction IDs not starting at 1/-1 2025-01-24 23:06:46 -05:00
9b89c47ecc Fix segfault in METADAPT-A 2025-01-24 22:56:02 -05:00
9bad4d68f1 Add Addr methods to METADAPT implementations 2025-01-22 16:57:06 -05:00
044a1a6119 Update METADAPT-A and METADAPT-B accordingly 2025-01-19 19:27:15 -05:00
256f0202a2 Encoding being placed before decoding everywhere makes sense 2025-01-19 15:52:11 -05:00
fb7ab2487e Fix METADAPT-A encoding 2025-01-19 15:44:25 -05:00
c748ca2223 Fix transaction ID size 2025-01-19 14:21:58 -05:00
dc560075d7 Break out encodeMessageA 2025-01-19 13:14:53 -05:00
68961f8ad8 After the week I've had, I deserve to make a commit like this lmao 2025-01-19 13:09:37 -05:00