dom96 / httpbeast

A highly performant, multi-threaded HTTP 1.1 server written in Nim.
MIT License
442 stars 51 forks source link

httpbeast-0.4.1/httpbeast.nim(373, 17) Error: undeclared identifier: 'addTimer' #76

Closed tomasky closed 2 years ago

tomasky commented 2 years ago

nimlang version:1.6.6 , 32bit linux

dom96 commented 2 years ago

compile:

import selectors
echo(ioselSupportedPlatform)

https://github.com/nim-lang/Nim/blob/devel/lib/pure/selectors.nim#L34

Is it true? are you maybe on android or similar?

tomasky commented 2 years ago

yes , --os:android --cpu:arm so ,the proc not support android?

dom96 commented 2 years ago

it possibly is, could be a great patch for the Nim stdlib