savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
156 stars 12 forks source link

TCP hangs on FreeBSD #367

Closed mneumann closed 2 years ago

mneumann commented 2 years ago

I've seen this for savi-Postgres and now as well on savi-MQTT.

After sending a couple of packets, this can be 2, 50 or 100, it just hangs.

Also, sometimes when running savi spec, the test suite hangs. Likely that the two issues are related.

The process is in Idle state.

To reproduce:

https://github.com/mneumann/savi-MQTT/

savi run example

You need a MQTT broker (mosquitto) running on localhost. (you can see that it is publishing by running mosquitto_sub -t topic

mneumann commented 2 years ago

@jemc. No, this bug has been fixed!!