change permalinks
This commit is contained in:
parent
63f9168258
commit
a8f4b86046
23 changed files with 46 additions and 46 deletions
|
|
@ -5,7 +5,7 @@ author: dreat
|
|||
post_excerpt: ""
|
||||
layout: post
|
||||
permalink: >
|
||||
http://dreat.info/2017/04/30/opensettlers5/
|
||||
http://dreat.info/2017-04-30-opensettlers5/
|
||||
published: true
|
||||
post_date: 2017-04-30 22:37:21
|
||||
---
|
||||
|
|
@ -15,4 +15,4 @@ Here's a thing I struggled while doing previous commit - decoding command to som
|
|||
|
||||
It seems like you have to use <em>::binary-size</em> for the first one, and just <em>::binary</em> for the rest - I may be wrong thou and I will have to research that more in the future.
|
||||
|
||||
It's slowly starting to be a mess - that's why I refactored enconding a bit to make a use of pattern matching. Not it's more "elixir style". Still I feel the lack of the bigger picture - I guess rushing into it wasn't as good idea as first though ;) I will have to do some more research and maybe a post on a protocol - it will surely help me. For example - turns out that command will never have "more" frames incoming - as you can see in changes in code - now all command have "more" set as false (with is quite redundant).
|
||||
It's slowly starting to be a mess - that's why I refactored enconding a bit to make a use of pattern matching. Not it's more "elixir style". Still I feel the lack of the bigger picture - I guess rushing into it wasn't as good idea as first though ;) I will have to do some more research and maybe a post on a protocol - it will surely help me. For example - turns out that command will never have "more" frames incoming - as you can see in changes in code - now all command have "more" set as false (with is quite redundant).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue