charlie-map / wiki-suggestor-service

A C backend that makes suggestions for the Wikiread extension
0 stars 0 forks source link

Serialization: Resetting Sockets on a Remote Server #2

Closed charlie-map closed 2 years ago

charlie-map commented 2 years ago

For some reason, when sockets are reset on the remote server running serialization, they don't seem to correctly pick back up the signal. This will require some more testing to understand what exactly is happening. This issue is likely related to the fact that the server that is requested is built on the same exact hosting system. Perhaps localhost should be used instead.

charlie-map commented 2 years ago

This issue was unrelated to server serialization and instead and issue with a certain previous version of the serialization code. Updating to the most recent versions fixed this problem.