Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emiMobile
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
emiMobile
Commits
64274762
Commit
64274762
authored
Jul 30, 2026
by
Michael Brachmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tms ws fixes
parent
68de9931
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Main.pas
emiMobileServer/Source/Main.pas
+1
-1
WebSocket.Manager.pas
emiMobileServer/Source/WebSocket.Manager.pas
+1
-1
No files found.
emiMobileServer/Source/Main.pas
View file @
64274762
...
@@ -8,7 +8,7 @@ uses
...
@@ -8,7 +8,7 @@ uses
Vcl
.
StdCtrls
,
Vcl
.
ExtCtrls
,
Vcl
.
ComCtrls
,
Vcl
.
Grids
,
Vcl
.
StdCtrls
,
Vcl
.
ExtCtrls
,
Vcl
.
ComCtrls
,
Vcl
.
Grids
,
System
.
Generics
.
Collections
,
System
.
IniFiles
,
System
.
Generics
.
Collections
,
System
.
IniFiles
,
Auth
.
Service
,
Auth
.
Server
.
Module
,
Api
.
Server
.
Module
,
App
.
Server
.
Module
,
Auth
.
Service
,
Auth
.
Server
.
Module
,
Api
.
Server
.
Module
,
App
.
Server
.
Module
,
ExeInfo
,
Api
.
Service
,
Ws
.
Server
.
Module
,
Ws
.
Service
;
ExeInfo
,
Api
.
Service
,
Ws
.
Server
.
Module
,
Ws
.
Service
,
WebSocket
.
Manager
;
type
type
TFMain
=
class
(
TForm
)
TFMain
=
class
(
TForm
)
...
...
emiMobileServer/Source/WebSocket.Manager.pas
View file @
64274762
...
@@ -232,7 +232,7 @@ begin
...
@@ -232,7 +232,7 @@ begin
for
i
:=
0
to
Length
(
snapshot
)
-
1
do
for
i
:=
0
to
Length
(
snapshot
)
-
1
do
try
try
snapshot
[
i
].
WriteString
(
AMessage
);
snapshot
[
i
].
Send
(
AMessage
);
except
except
// Ignore disconnected or errored connections; they will be cleaned up
// Ignore disconnected or errored connections; they will be cleaned up
// via the OnDisconnect event.
// via the OnDisconnect event.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment