<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Nov 21, 2020 at 11:20 PM Selim Ozel via Digitalmars-d <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">...<br>
I have a follow up on this and I didn't want to create another <br>
topic for it. The simple hello world app I build with vibe-d does <br>
not seem to work on the second compile+execution. It throws a <br>
failed to listen on port/address error on console. I think it is <br>
the same error as in [1]. Although the commit in [2] hasn't <br>
seemed to fixed it for me. I appreciate any pointers.<br>
<br>
I was also thinking about writing a tutorial about deployment on <br>
EC2 Ubuntu 20.04. Does anyone think that would be helpful?<br>
<br>
Best,<br>
Selim<br>
<br>
[1] <br>
<a href="https://forum.rejectedsoftware.com/groups/rejectedsoftware.vibed/thread/3480/" rel="noreferrer" target="_blank">https://forum.rejectedsoftware.com/groups/rejectedsoftware.vibed/thread/3480/</a><br>
[2] <br>
<a href="https://github.com/vibe-d/vibe.d/commit/2fb92b7baac15d70e719c697c19521ca99aac71c" rel="noreferrer" target="_blank">https://github.com/vibe-d/vibe.d/commit/2fb92b7baac15d70e719c697c19521ca99aac71c</a></blockquote><div><br></div><div>This is a known issue,  you have to set VibeHighEventPriority version for eg if you are using dub with json format add:</div><div><br></div><div>"versions": ["VibeHighEventPriority"]<br></div><div><br></div><div> </div></div></div>