NAME
Net::WAMP::RawSocket::Check
SYNOPSIS
my $is_rawsocket = Net::WAMP::RawSocket::Check::is_rawsocket($fh);
DESCRIPTION
Use is_rawsocket()
to determine if the client is connecting via WAMP RawSocket. You can use this logic to serve both RawSocket and WebSocket connections on the same TCP port.