Fixed limit bug and added commands usage to docs#34
Conversation
Signed-off-by: bota <[email protected]>
Signed-off-by: bota <[email protected]>
| if (! $end) { | ||
| $end = date('Y-m-d H:i:s'); | ||
| } elseif (! preg_match('/\d{2}:\d{2}:\d{2}/', $end)) { | ||
| if ($start && !preg_match('/\d{2}:\d{2}:\d{2}/', $start)) { |
There was a problem hiding this comment.
maybe we want to use some objectual code here
datetime
|
build a messenger activity which process some mesages like:
|
Signed-off-by: bota <[email protected]>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 1.0 #34 +/- ##
==========================================
- Coverage 5.42% 4.89% -0.54%
- Complexity 99 116 +17
==========================================
Files 16 16
Lines 350 388 +38
==========================================
Hits 19 19
- Misses 331 369 +38 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Not necessary to send a TCP message but useful, it is used to set a timeout of n seconds for both reading and writing, after n second of inactivity, |
Signed-off-by: bota <[email protected]>
Signed-off-by: bota <[email protected]>
No description provided.