Skip to content

Commit

Permalink
* fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
UMU618 committed Feb 1, 2021
1 parent 66dbed8 commit dc4c98e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cge/cge/ws_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void WsSession::Stop(bool restart) {
if (restart) {
ws_.async_close(
websocket::close_reason(websocket::close_code::try_again_later),
beast::bind_front_handler(&WsSession::OnAccept, shared_from_this()));
beast::bind_front_handler(&WsSession::OnStop, shared_from_this()));
} else {
ws_.control_callback();
beast::error_code ec;
Expand Down
3 changes: 3 additions & 0 deletions src/cgh/EasyHook/EasyHookDll/EasyHookDll.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@
</None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="EasyHookDll_64.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="EasyHookDll_32.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
Expand Down
2 changes: 1 addition & 1 deletion src/cgh/EasyHook/EasyHookDll/EasyHookDll_64.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include <winres.h>
#include "winres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
Expand Down
2 changes: 1 addition & 1 deletion src/deps/ViGEmClient

0 comments on commit dc4c98e

Please sign in to comment.