This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Fix handle_call response
pull/3/head
Fisher
13 years ago
committed by
Tuncer Ayaz
parent
b6f3a76694
commit
dfb973b8b8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
priv/templates/simplesrv.erl
+ 1
- 1
priv/templates/simplesrv.erl
View File
@ -30,7 +30,7 @@ init(Args) ->
{
ok
,
Args
}
.
handle_call
(
_
Request
,
_
From
,
State
)
-
>
{
no
reply
,
ok
,
State
}
.
{
reply
,
ok
,
State
}
.
handle_cast
(
_
Msg
,
State
)
-
>
{
noreply
,
State
}
.
Write
Preview
Loading…
Cancel
Save