You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/journal.md
+14-8
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,23 @@ upgrade client version to
8
8
wac.SetClientVersion(2, 2123, 7)
9
9
```
10
10
11
-
- problem with stability of NeMO, whenever it comes to fault or error, it will force close, it will be much better if I add the restart NeMo in a specific feature:
11
+
-[`21:00`]problem with stability of NeMO, whenever it comes to fault or error, it will force close, it will be much better if I add the restart NeMo in a specific feature:
12
12
13
13
1. Startup
14
14
2. Validate the coral
15
15
2. Send Message
16
16
3. Read Message
17
17
18
-
-`log.Fatalf` will trigger the error and will be fail with a non-zero exit code
19
-
- so the main function in this app is using asynchronous, and we need the async/await to retry the connection if failed
20
-
- I need to research this again
21
-
- so I hold this feature
22
-
- and then I add the env key `WHATSAPP_CLIENT_VERSION_MAJOR``WHATSAPP_CLIENT_VERSION_MINOR` and `WHATSAPP_CLIENT_VERSION_HOTFIX` so user can customize the whatsapp client version
23
-
- the best way to do is by get the client version on device and set this automatically so we don't need to do this
24
-
- in case the user using the old version of whatsapp, the env key must still exist
18
+
-[`21:30`]`log.Fatalf` will trigger the error and will be fail with a non-zero exit code
19
+
-[`22:10`] so the main function in this app is using asynchronous, and we need the async/await to retry the connection if failed
20
+
-[`22:30`] I need to research this again
21
+
-[`22:30`] so I hold this feature
22
+
-[`22:30`] and then I add the env key `WHATSAPP_CLIENT_VERSION_MAJOR``WHATSAPP_CLIENT_VERSION_MINOR` and `WHATSAPP_CLIENT_VERSION_HOTFIX` so user can customize the whatsapp client version
23
+
-[`22:30`] the best way to do is by get the client version on device and set this automatically so we don't need to do this
24
+
-[`22:30`] in case the user using the old version of whatsapp, the env key must still exist
25
+
-[`1:28`] I move all handler to `handlers` dir, I need to clean it up more detail
0 commit comments