Sender | Message | Time |
---|---|---|
20 Jan 2025 | ||
angelsdust | You don't want the asynchttp server being exposed directly to the internet as WSGI server, so you use candy or nginx or even apache | 07:17:15 |
infohazrd_ changed their display name from infohazard_ to infohazrd_. | 13:15:39 | |
gudzerataras joined the room. | 15:53:39 | |
ajusa | I've been using Caddy + Mummy for my personal projects, highly recommend | 19:45:53 |
mjsdev | Yeah, I used caddy... I'll look into Mummy, route parameterization seems limited? | 19:49:45 |
ajusa | You can do path parameters, pretty sure there's an example. | 21:21:05 |
ajusa | Eg GET /users/:userId is supported through the router | 21:21:29 |
xvexx joined the room. | 23:28:05 | |
21 Jan 2025 | ||
sysglitch_46552 joined the room. | 05:13:26 | |
yummy_licorice changed their profile picture. | 19:44:42 | |
@henrique21:matrix.org joined the room. | 21:13:27 | |
@henrique21:matrix.org left the room. | 21:18:46 | |
22 Jan 2025 | ||
nimble install python.zig? changed their display name from @@prestosilver to nimble install python.zig?. | 00:28:09 | |
zancodm. joined the room. | 00:55:47 | |
clifzz joined the room. | 01:07:38 | |
luckyhits_ joined the room. | 03:37:26 | |
anuke changed their profile picture. | 05:08:50 | |
smarterandsmarter joined the room. | 05:22:34 | |
m1l0js_20119 joined the room. | 06:57:57 | |
britannia.zeta joined the room. | 15:17:37 | |
23 Jan 2025 | ||
user2m | does nayone have a socket pool / broadcast implementation? I have an app with a bunch of websockets in different chatrooms and I'm trying to manage them. But my app doesn't seem to be closing socket connections and I think it might be my socket pool / broadcast implementation. Apologies for the long text | 02:39:05 |
user2m | | 02:39:25 |
user2m | | 02:39:37 |
that_dude. changed their profile picture. | 03:21:14 | |
blackmius | ask AI | 03:45:36 |
user2m | I did many times lol I can't seem to figure out the isse | 05:31:48 |
user2m | Issue | 05:31:51 |
monkey085395 changed their profile picture. | 05:54:22 | |
nitely_ | that code does not look thread safe. But idk if that's why sockets don't get closed | 08:23:58 |
blackmius | read how readyState == Closed set the treeforms library sets close state on recvFrame or send you are checking close state before calling send so | 10:04:07 |