-
Notifications
You must be signed in to change notification settings - Fork 2
Fixed limit bug and added commands usage to docs #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: bota <Bota@dotkernel.com>
Signed-off-by: bota <Bota@dotkernel.com>
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we want to use some objectual code here
datetime
|
build a messenger activity which process some mesages like:
|
Signed-off-by: bota <Bota@dotkernel.com>
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 <Bota@dotkernel.com>
Signed-off-by: bota <Bota@dotkernel.com>
No description provided.