gm_bromsock
gm_bromsock copied to clipboard
Networking module for Garrysmod
Check socket statuses using `ss | grep ""`. I can connect and send messages fine, and then disconnect, but sometimes or always the client doesn't properly close and gets stuck...
I've setup the HTTP host example code, and it handles http requests fine, but only every other request. I've tried using my browser as well as curl, but I still...
I encountered a problem when using bromsock on Ubuntu 64-bit 18.04.5 LTS. The problem does not happen on 64-bit 18.04.4 LTS. The problem: * File is located at `lua/bin/gmsv_bromsock_linux.dll` *...
I've tried compiling the source myself (VS 2013 in Release) and tried using the precompiled binary, but both result in a crash whenever the server changes map. (Specifically through the...
Yes, I am getting this error. I am running ` 4.18.14-arch1-1-ARCH` 64-bit. I tried compiling the module with and without SSL, and tried using the Debian and Ubuntu pre-compiled DLLs...
Can you help? This is the error that I'm getting. Couldn't include file 'includes/modules/bromsock.lua
`/home/polyzium/.steam/steam/steamapps/common/GarrysMod/hl2.sh: line 67: 26769 Segmentation fault (core dumped) ${GAME_DEBUGGER} "${GAMEROOT}"/${GAMEEXE} "$@"` Running Arch Linux with kernel 4.9.37-1-lts
#### Compiling - Packages - [libssl-dev:i368](https://packages.debian.org/stretch/libssl-dev) - [libssl1.0.0:i368](https://packages.debian.org/jessie/libssl1.0.0) - [gcc-multilib](https://packages.debian.org/stretch/gcc-multilib) - [g++-multilib](https://packages.debian.org/stretch/g++-multilib) - Makefile - Default > Makefile_ssl - OS - Debian 9.0 I tried compile it for myself but...
Basically I used this code, and queried 5 different servers every 5 seconds. All of them were not online so the "Failed to connect.." was spamming as planned. However, if...
Allow creating secure connections. With client certificates and such...