(websocket) WebSocketServer is not a final class, so that users can extend it (fix #215)
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
|
||||
namespace ix
|
||||
{
|
||||
class WebSocketServer final : public SocketServer
|
||||
class WebSocketServer : public SocketServer
|
||||
{
|
||||
public:
|
||||
using OnConnectionCallback =
|
||||
|
@ -6,4 +6,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define IX_WEBSOCKET_VERSION "9.7.5"
|
||||
#define IX_WEBSOCKET_VERSION "9.7.6"
|
||||
|
Reference in New Issue
Block a user