Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
GenisysPro
GenisysPro
Commits
661568a4
Commit
661568a4
authored
Sep 19, 2017
by
SuperXingKong
Committed by
GitHub
Sep 19, 2017
Browse files
Fixed rakblic crash (fixed #873)
Fixed raklib crash
parents
fd7e5c29
52205bd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/raklib/server/Session.php
src/raklib/server/Session.php
+1
-2
No files found.
src/raklib/server/Session.php
View file @
661568a4
...
...
@@ -532,7 +532,6 @@ class Session{
public
function
close
(){
$data
=
"
\x60\x00\x08\x00\x00\x00\x00\x00\x00\x00\x15
"
;
$this
->
addEncapsulatedToQueue
(
EncapsulatedPacket
::
fromBinary
(
$data
));
//CLIENT_DISCONNECT packet 0x15
$this
->
sendQueue
();
$this
->
sessionManager
=
null
;
}
}
\ No newline at end of file
}
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